Maha

Maha

  • NA
  • 0
  • 325.2k

Using Object class

Feb 10 2012 10:50 AM
It is said that in the book that:

"Every class you create in C# derives from a single class named System.Object. In other words, the object (or Object) class type in the System namespace is the ultimate base class for all other types."

My question is when we create a class we can select a class name randomly so that how can it be considered derives from a single class named System.Object.


Answers (3)