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.

Related questions

+1 vote
0 votes
asked Feb 16, 2020 in C Sharp by rahuljain1
0 votes
0 votes
asked Oct 18, 2019 in C Sharp by Robin
...