Explain Namespaces in C# ?
- They are used to organize large code projects. “System” is the most widely used namespace in C#. We can create our own namespace and use one namespace in another, which are called Nested Namespaces.
- They are denoted by the keyword “namespace”.
No comments