What is polymorphism ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is polymorphism ?

in object oriented programming

10th Apr 2018, 3:10 AM
RahulShukla
RahulShukla - avatar
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.
10th Apr 2018, 3:21 AM
Ashwani Kumar Kamal
Ashwani Kumar Kamal - avatar
10th Apr 2018, 3:17 AM
Aidos Zhakupov
Aidos Zhakupov - avatar