Root class in .Net
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 FrameworkIn .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.

NEXT.....C# DateTime to null