Home / C# Programming / Namespaces :: Discussion

Discussion :: Namespaces

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

  2. A.
    Namespaces help us to control the visibility of the elements present in it.
    B.
    A namespace can contain a class but not another namespace.
    C.
    If not mentioned, then the name 'root' gets assigned to the namespace.
    D.
    It is necessary to use the using statement to be able to use an element of a namespace.
    E.
    We need to organise the classes declared in Framework Class Library into different namespaces.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment