C#.NET — prerequisites for using a class (Point) present in namespace Graph stored in a library.

Difficulty: Medium

Correct Answer: Add Reference of the library before using the Point class.

Explanation:


Fact:
Before using a class from an external library, a project must reference that library. Only then can fully qualified names or using directives resolve correctly.



Final Answer:
Add Reference of the library before using the Point class.

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion