InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Polymorphism? |
|
Answer» POLYMORPHISM literally means taking more than one form. Polymorphism is a characteristic of being ABLE to assign a different BEHAVIOR or value in a subclass, to SOMETHING that was declared in a parent class. Polymorphism literally means taking more than one form. Polymorphism is a characteristic of being able to assign a different behavior or value in a subclass, to something that was declared in a parent class. |
|