C#.NET Namespaces — which statement is correct about nesting namespaces?

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

No comments yet. Be the first to comment!
Join Discussion