Use private attribute to define instance variable : Instance variable : Class Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Class » Instance variable »

 

Use private attribute to define instance variable


 

package com.navioo {
  public class MyClass {
    private var varName;

    public function MyClass (  ) {
    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo Class
» Instance variable