A

Admin • 828.03K Points
Coach

Q. What will be the output?

Code:
Console.WriteLine(typeof(string).BaseType);
  • (A) System.ValueType
  • (B) System.Object
  • (C) System.Char
  • (D) None

Explanation by: Admin
All types ultimately derive from System.Object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.