What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Answer / Rahul Kumar Srivastav
Polymorphism in Object-Oriented Programming (OOP) allows objects to take on multiple forms. In ActionScript, this can be achieved through inheritance and method overriding. When a child class inherits from a parent class and overrides one of its methods, the child class exhibits polymorphic behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
State the difference between view stack and view state?
Explain the arguments of addeventlistener() method?
Can I load css style sheets dynamically at runtime? : adobe flex action script
If I purchase flex builder 2, am I eligible for an upgrade to flex builder 3?
What is a metadata tag?
What is a view cursor?
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
Can I embed html in my flex application?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
Why is disable auto update method used?
Can I resize the internet explorer browser window from flex? : adobe flex action script