InterviewSolution
Saved Bookmarks
| 1. |
The ability of a message or data to be processed in more than a single from is also called ............. |
|
Answer» PolymorphismExplanation:The word polymorphism means having many FORMS. In simple words, we can DEFINE polymorphism as the ability of a message to be displayed in more than one FORM. Real life EXAMPLE of polymorphism: A person at the same time can have different characteristic. Like a man at the same time is a father, a husband, an employee. |
|