C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 14)
14.
Which of the following is the root of the .NET type hierarchy?
System.Object
System.Type
System.Base
System.Parent
System.Root
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Pramod kumar bal said:   9 years ago
In Dotnet, every class derived from Object and Object Class is also derived from System Class so System. Object is the right answer.

Gouri Shankar Chhotray said:   1 decade ago
Object type is permissible with all type of datatype. No need of typecasting for other type to object type.

Bhavin Umaraniya said:   1 decade ago
Every class in. Net are derived from System. Object. So it is ultimate parent of all classes.

Rahul suthar said:   5 years ago
The base class of the .Net is system.object to define all the classes in it.

Sai said:   1 decade ago
The base class for the. Net language is System.Object.

Aruna said:   6 years ago
Thank you all.

Post your comments here:

Your comments will be displayed after verification.