What keyword allows you to refer to private variables of a class in flex?
Answer Posted / 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 View All Answers