MCQOPTIONS
Saved Bookmarks
| 1. |
_______________ is a member function that is declared within a base class and redefined by derived class. |
| A. | virtual function |
| B. | static function |
| C. | friend function |
| D. | const member function |
| Answer» B. static function | |