Multiple choice Which of the following is the root of the .NET type hierarchy? System.Object System.Type System.Console System.Enum 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.