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 |
What keyword allows you to refer to private variables of a class in flex? : adobe flex action script
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
What is the difference between Flex 2.0 & 3.0?
What is calllater() method?
mic classes in flex? : adobe flex action script
How to add two commands to one single event type?
Explain about cairngorm architecture?
How do we overload functions in actionscript? : adobe flex action script
What is inheritance in term of oop (flash actionscript)? : adobe flex action script
What are the Similarities between Flex & Java?
Can you write to the file system from flex? : adobe flex action script