spacer
Yehuda Shiran May 17, 2002
Exposing Class Properties
Tips: May 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
Linux Subscriptions Paying Off for Red Hat
OpenVAS Charts Its Own Forked Course
A Linux Year in Review: Sun's Very Big Buy
The following class constructs airplanes:

  class Airplane {
    var model: int;
  
    function Airplane() {
      model = 767;
    }
  } 
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:

  class Airplane {
    var model: int;
  
    function Airplane() {
      model = 767;
    }
  } 
  var fifthJet : Airplane;
  fifthJet = new Airplane();
  fifthJet.model = 747;
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:

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Email Marketing Terms to Know · Search Engines 101: Paid Vs. Natural Search · Web 2.0 Tools
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Connecticut Town Lays Groundwork for Merged School, Municipal VoIP Network · Case Study: Leveraging Next-Gen Wi-Fi to Transform Healthcare · Tripp Lite Announces Five New Surge Suppressors