0
What's the differences between virtual function and polymorphism??!??
c++
2 Respostas
+ 1
Polymorphism is mechanism of making classes polymorphic. It is done by defining virtual functions in classes.
It includes at least two classes: base and derived.
0
thanks px16