in C Sharp by
What is namespace in C-Sharp?

1 Answer

0 votes
by

A namespace is designed for providing a way to keep one set of names separate from another. The class names declared in one namespace does not conflict with the same class names declared in another.

Related questions

0 votes
asked May 6, 2020 in C Sharp by SakshiSharma
0 votes
asked Feb 16, 2020 in C Sharp by rahuljain1
0 votes
asked Oct 18, 2019 in C Sharp by Robin
0 votes
asked Oct 11, 2019 in Other by anonymous
+1 vote
asked Sep 29, 2022 in Kubernetes K8s by SakshiSharma
0 votes
asked Mar 23, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
...