0
What is polymorphism ?
in object oriented programming
2 Answers
+ 1
InĀ object-oriented programming, polymorphism (from the Greek meaning "having multiple forms") is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow an entity such as aĀ variable, aĀ function, or anĀ objectĀ to have more than one form. There are several different kinds of polymorphism.
- 2
https://en.m.wikipedia.org/wiki/Polymorphism_(computer_science)