hello,
"how to proof that every class is a child class of system.object"
thank you,
rahamath,
[email protected]
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
csharphelpPosted Oct 27, 2005, 11:46 PM
consider the methods ToString() and the GetType()
These methods are the methods of the object class but as every class can using this method which means that every class is inherited from the class Object .hence we can say that Object is the base class of every class