* What is the purpose of the Object class?
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.* How many constructors does it contain?
One* How many methods does it contain?
eight
* What is the purpose of the ToString method?
to get a string of the current object