What is polymorphism in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What is polymorphism in c++

Answer

29th Jun 2021, 3:57 PM
Naqib Ullah
1 Answer
+ 1
Polymorphism is a property that allows the same name to be used to solve two or more similar but technically different problems. learn: https://www.guru99.com/cpp-polymorphism.html https://www.sololearn.com/learning/1910/
29th Jun 2021, 4:17 PM
SammE
SammE - avatar