Multiple choice

Which of the following is the root of the .NET type hierarchy?

  1. System.Object

  2. System.Type

  3. System.Console

  4. System.Enum

  5. System.Environment

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

This is the ultimate base class of all classes in the .NET Framework. It is the root of the type hierarchy.