Monday, September 12, 2011

The Object class

What is the purpose of the Object class?
It's purpose is to support all other classes in the hierarchy and also service lower leveled classes

How many constructors does it contain?
It contains only 1 constructor

How many methods does it contain?
the object class contains 8 methods

What is the purpose of the ToString method?
the purpose of the ToString method is to return a string that represents the object eg. a number as an integer.