Multiple Choice
Which of the following statements is correct about a namespace used in C#.NET?
A) Nested namespaces are not allowed.
B) Importing outer namespace imports inner namespace.
C) Nested namespaces are allowed.
D) If nested, the namespaces cannot be split across files.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: How many times can a constructor be
Q4: Which of the following denote the web
Q5: ASP.NET separates the HTML output from program
Q6: Which of the following is NOT a
Q7: Which of the following is the Object
Q9: Which of the following denote page code
Q10: Which of the following statements is correct
Q11: The feature in ASP.NET 2.0 that is
Q12: Exceptions can be thrown even from a
Q13: In C#.NET if we do not catch