Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Namespaces
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.
Show Answer
Correct Answer:
Add Reference of the library before using the Point class.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment