

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following best defines the abstract methods? |
A. | Functions declared and defined in base class |
B. | Functions only declared in base class |
C. | Function which may or may not be defined in base class |
D. | Function which must be declared in derived class |
Answer» C. Function which may or may not be defined in base class | |