C# Programming - Namespaces - Discussion

Discussion Forum : Namespaces - General Questions (Q.No. 13)
13.
Which of the following statements is correct about a namespace used in C#.NET?
Nested namespaces are not allowed.
Importing outer namespace imports inner namespace.
Nested namespaces are allowed.
If nested, the namespaces cannot be split across files.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Vishal Nanasaheb Chavan said:   1 decade ago
Because namespaces have a inner namespace facility i.e. namespaces have a classes and sub-namespaces so that it is allowed.

Post your comments here:

Your comments will be displayed after verification.