Multiple choice

What is the predefined or default type to which all the variables or any other component of .NET based program adhere to?

  1. System

  2. Object

  3. Class

  4. System.Object

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

System.Object is the predefined or default type to which all the variables or any other component of .NET based program adhere to.