Root class in .Net

System.Object

system.object

What is the root class in .Net ?

System.Object is the base calls of all calles in .Net. System.Object supports all classes in .NET Framework hierarchy and provide base level services to the derived classes

.Net Framework

In .Net Framework all the Object of either Reference Type or Value Type comes from Object class. Because of this, every method defined in the Object class is available in all objects in the system.

object class



NEXT.....C# DateTime to null