❤️define polymorphism
Answers
Answered by
6
Answer:
The word polymorphism means having many forms. It's occurs when there is a hierarchy of classes and they are related by inheritance.
Answered by
89
Explanation:
☆ Polymorphisms ☆
The condition of occuring in several different froms
The word Polymorphism means having many forms.Typically Polymorphism occurs when there is hierarchy of classes and they are related by inheritance. C++ Polymorphism means that call to a members function will cause a different functions to be executed depending on the type of objects that involves the function.
Similar questions