3
Answers

Using Object class

Ask a question
Maha

Maha

12y
1.2k
1
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)