C# Programming - Namespaces - Discussion

Discussion Forum : Namespaces - General Questions (Q.No. 5)
5.
Which of the following is absolutely neccessary to use a class Point present in namespace Graph stored in library?
Use fully qualified name of the Point class.
Use using statement before using the Point class.
Add Reference of the library before using the Point class.
Use using statement before using the Point class.
Copy the library into the current project directory before using the Point class.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Dinesh said:   1 decade ago
It is also use fully qualified class name.

Post your comments here:

Your comments will be displayed after verification.