How is polymorphism achieved at compile time and run time in c++?
Answers
Answered by
0
It is achieved by function overloading and operator overloading.It is achieved by virtual
functions and pointers
functions and pointers
Similar questions