Difficulty: Easy
Correct Answer: There is no limit on the number of levels while nesting namespaces.
Explanation:
Fact:
Namespaces can be nested indefinitely in C#.NET. There is no limit. Using directives simply make access easier but are not a restriction.
Final Answer:
There is no limit on the number of levels while nesting namespaces.
Discussion & Comments