What keyword allows you to refer to private variables of a class in flex?
Answer / Vashu Rajput
The `internal` or `private` access modifier is used to declare private variables within a class. These variables can only be accessed from within the class itself and its nested classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the methods called when a ui component is intialized? : adobe flex action script
What events are used by the collections?
What is state? What is the difference between states and viewstack in flex?
How do I get flex to query my database?
What is the dynamic keyword used for in flex actionscript?
How does item renderer work? How do we add item renderer at runtime in flex?
What are the advantages of adobe flex?
Why would you want to keep a reference to a changewatcher and call unwatch()?
What is event flow in term of event handling in flash action script 3.0?
What are the config files used for connecting java and flex?
What are the goals of the beta?
What is display list? : adobe flex action script