Discussion :: Namespaces
-
Which of the following is absolutely neccessary to use a class Point present in namespace Graph stored in library?
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 |
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment