0 votes
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.

...