Home / C# Programming / Namespaces :: Discussion

Discussion :: Namespaces

  1. Which of the following statements is correct about a namespace used in C#.NET?

  2. 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.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment