public class Product { var price:Number; public function Product ( ) { } public function doSomething ( ):void { } }