Saved Bookmarks
| 1. |
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. 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. |
|