Virtual function - Definition - Polymorphism and Abstract Classes
Q. _______________ is a member function that is declared within a base class and redefined by derived class.- Published on 17 Jul 15a. virtual function
b. static function
c. friend function
d. const member function
ANSWER: virtual function