Home / C# Programming / Namespaces :: Discussion

Discussion :: Namespaces

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

  2. A.
    using statement can be placed anywhere in the C#.NET source code file.
    B.
    It is permitted to define a member at namespace level as a using alias.
    C.
    A C#.NET source code file can contain any number of using statement.
    D.
    By using using statement it is possible to create an alias for the namespace but not for the namespace element.
    E.
    By using using statement it is possible to create an alias for the namespace element but not for the namespace.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment