Which among the following statements are not correct about a namespace used in C#.NET?
A. Nested namespaces are allowed
B. Importing outer namespaces imports inner namespace
C. Importing outer namespace does not import inner namespace
D. None of the above
Answer: Option B
Join The Discussion