Sunday, September 18, 2011

[Research] Visual Basic - The Object Class

What is the purpose of the object class?
The Object class is the ultimate "parent" class, all objects are based off it. It's the root of type hierarchy.

How many constructors does it contain?
Just one.

How many methods does it contain?
It contains 8 methods.

What is the purpose of the ToString method?
ToString outputs a string that is basically the "name" of the object.

No comments:

Post a Comment