|
June 19, 2002 The Object Class Tips: June 2002
Yehuda Shiran, Ph.D.
|
|
Every class inherits from a base class. This statement is true because all classes are implicitly derived from the Object class. The following definition of class Foo:
is identical to this alternative definition:
To learn more about JScript .NET, go to Column 111, JScript .NET, Part V: Polymorphism.
People who read this tip also read these tips: Look for similar tips by subject: |