What keyword allows you to refer to private variables of a class in flex?



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

Post New Answer

More Adobe Flex Interview Questions

What are the similarities between java and flex?

1 Answers  


How polymorphism works on actionscript? : adobe flex action script

1 Answers  


How can you show a jpg image in dynamic text field? : adobe flex action script

1 Answers  


Can you write to the file system from flex? : adobe flex action script

1 Answers  


Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script

1 Answers  


Difference between stoppropagation and stopimmediatepropagation()?

1 Answers  


What are the methods called when a ui component is intialized?

1 Answers  


How do we overload functions in actionscript? : adobe flex action script

1 Answers  


What are runtime shared libraries in flex? : adobe flex action script

1 Answers  


I am going to add images into a tag. How will it resize itself in adobe flex actionscript? : adobe flex action script

1 Answers  


How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script

1 Answers  


Difference between item renderer and item editors?

1 Answers  


Categories