Adobe Flex Actionscript Question:

What is Polymorphism in term of OOP (Flash Actionscript)?

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

Inheritance also allows you to take advantage of polymorphism in your code. Polymorphism is the ability to use a single method name for a method that behaves differently when applied to different data types.


Previous QuestionNext Question
What is Inheritance in term of OOP (Flash Actionscript)?What is Display list?