Difference between Run-Time Polymorphism and Compile-Time Polymorphism in C++?

42 Views Asked by At

I wanted to ask how what is exactly Run Time polymorphism, why does it is called Run Time Polymorphism, I was asked this question in an Interview ?

I searched and found the phrase "The function call is resolved at run time." but what does this mean.

0

There are 0 best solutions below