A class named Product with a constructor and a method : Constructor : Class Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Class » Constructor »

 

A class named Product with a constructor and a method


 

public class Product {
  var price:Number;

  public function Product (  ) {
  }

  public function doSomething (  ):void {
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Class
» Constructor