Multiple choice .net

The .Net class library:

  1. contains over 25,000 classes.

  2. uses namespaces to manage all of the classes.

  3. has the System.Form namespace for classes used in Windows-based application.

  4. Both a and b.

  5. All of the above.

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

The .NET Class Library is massive and organized into namespaces (like System.Windows.Forms) to prevent naming conflicts and group related functionality. 'Both a and b' is the correct choice as it describes the scale and organization of the library.