|
May 17, 2002 Exposing Class Properties Tips: May 2002
Yehuda Shiran, Ph.D.
|
|
The following class constructs airplanes:
A class includes properties and functions. They are the members of the class. You can expose a class's property simply by creating a member variable as above, and allowing other code to directly manipulate it:
To learn more about JScript .NET, go to Column 108, JScript .NET, Part II: Major Features.
People who read this tip also read these tips: Look for similar tips by subject: |