|
April 24, 2002 JScript .NET's Classes Tips: April 2002
Yehuda Shiran, Ph.D.
|
|
One of the main enhancements in JScript .NET is its class-based objects. In previous versions, JScript supported inheritance through prototype-based objects. JScript .NET also supports class-based objects by explicit declaration of classes with data and behavior. Classes created in JScript .NET can be used and extended by any .NET language. Classes can inherit the properties and methods of a base class. To learn more on JScript .NET, go to Column 107, JScript .NET, Part I: The Mechanics.
People who read this tip also read these tips: Look for similar tips by subject: |
| ||||||||||||||||||||