

MCQOPTIONS
Saved Bookmarks
1. |
If a function declared as abstract in base class doesn’t have to be defined in derived class then ______ |
A. | Derived class must define the function anyhow |
B. | Derived class should be made abstract class |
C. | Derived class should not derive from that base class |
D. | Derived class should not use that function |
Answer» C. Derived class should not derive from that base class | |