Multiple choice

What are the functionalities of 'Namespace' in .Net?

  1. The classes in .Net are organised in a hierarchy of namespaces.

  2. The database specific page can be accessed from the classes of such namespace.

  3. Importing the namespace is necessary to use the class.

  4. Options 1 and 2

  5. All of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, they are correct, but option 3 is also correct.