Computer Science, asked by csang6136, 1 year ago

How is polymorphism achieved at compile time and run time in c++?

Answers

Answered by umesh1338
0
It is achieved by function overloading and operator overloading.It is achieved by virtual
functions and pointers
Similar questions