Adobe Flex Actionscript Question:
What is Polymorphism in term of OOP (Flash Actionscript)?
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 Question | Next Question |
What is Inheritance in term of OOP (Flash Actionscript)? | What is Display list? |