June 20, 2002 - The Object Members | WebReference

June 20, 2002 - The Object Members

Yehuda Shiran June 20, 2002
The Object Members
Tips: June 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

The Object class is the base class for all .NET classes. It includes three properties and five methods. These are the properties:

And these are the methods:

So, every class supports these 8 members, by default. You don't have to do anything. When defining a new class, you can accept these members, override them, or hide them.

To learn more about JScript .NET, go to Column 111, JScript .NET, Part V: Polymorphism.