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