|
Answer» 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. 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.
|