Home / C# Programming / Namespaces :: Discussion

Discussion :: Namespaces

  1. Which of the following is absolutely neccessary to use a class Point present in namespace Graph stored in library?

  2. A.

    Use fully qualified name of tha point class.

    B.

    Use using statement before using the point class.

    C.

    Add Reference of the library before using the point class.

    D.

    Use using statement before using the point class.

    E.

    Copy the library into the current project directory before using the point class

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment