- 2
What is polymorphism in c++
Answer
1 Respuesta
+ 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/