0 votes
in C Sharp by
Explain namespaces in C#?

1 Answer

0 votes
by

Namespaces are containers for the classes. We will use namespaces for grouping the related classes in C#. “Using” keyword can be used for using the namespace in other namespace.

...