What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers