How run-time polymorphisms are implemented in C++?
(a) Using Inheritance
(b) Using Virtual functions
(c) Using Templates
(d) Using Inheritance and Virtual functions
This question was addressed to me at a job interview.
This interesting question is from OOPs Concept topic in portion Basics Concepts of C++ of C++