0
What is polymorphism ?
in object oriented programming
2 Antworten
+ 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)