Correct Answer : By using both the virtual functions and inheritance
Explanation : In C++, one can implement the run-time Polymorphism by using the virtual functions and inheritance where the object decides which function to call.