C# Programming - Namespaces - Discussion

Discussion Forum : Namespaces - General Questions (Q.No. 8)
8.
Which of the following statements is correct about namespaces in C#.NET?
Namespaces can be nested only up to level 5.
A namespace cannot be nested.
There is no limit on the number of levels while nesting namespaces.
If namespaces are nested, then it is necessary to use using statement while using the elements of the inner namespace.
Nesting of namespaces is permitted, provided all the inner namespaces are declared in the same file.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.