Question: Which of the following is absolutely neccessary to use a class Point present in namespace Graph stored in library?

Options

A : Use fully qualified name of the 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.

Click to view Correct Answer

Previous || Next

Namespaces - General Questions more questions

Which of the following is the correct way to implement....

If a namespace is present in a library then which....

Which of the following is NOT a namespace in the....

Which of the following statments are the correct way to....

Which of the following statements is correct about a namespace....

If a class called Point is present in namespace n1....

Which of the followings are NOT a .NET namespace?

Which of the following statements is correct about namespaces in....

Which of the following is correct way to rewrite the....

Which of the following statements is correct about the using....

Attributes - General Questions more Online Exam Quiz

Exception Handling - General Questions

Functions and Subroutines - General Questions

Inheritance - General Questions

Interfaces - General Questions

Operators - General Questions

Polymorphism - General Questions

Properties - General Questions

Structures - General Questions

Advanced SQL - General Questions