

MCQOPTIONS
Saved Bookmarks
1. |
What is a pure virtual function? |
A. | A virtual function defined inside the base class |
B. | A virtual function that has no definition relative to the base class |
C. | A virtual function that is defined inside the derived class |
D. | Any function that is made virtual |
Answer» C. A virtual function that is defined inside the derived class | |