Q:

What are Namespaces in C#?

0

What are Namespaces in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

The use of namespaces is for organizing large code projects. The most widely used namespace in C# is System. Namespaces are created using the namespace keyword. It is possible to use one namespace in another, known as Nested Namespaces.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Is every abstract function virtual in C#, in gener... >>
<< Compare Virtual methods and Abstract methods in c#...