What is the base class of .net ?

Question

What is the base class of .net ?

Re: What is the base class of .net ?

System.Object is the base class of .NET
It Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate superclass of all classes in the .NET Framework; it is the root of the type hierarchy.

 
 

The System namespace is the

The System namespace is the base all the other classes and ojects come under this namespace