Page 1 of 1

How compile-time polymorphisms are implemented in C++?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) Using Inheritance
b) Using Virtual functions
c) Using Templates
d) Using Inheritance and Virtual functions