

MCQOPTIONS
Saved Bookmarks
1. |
If single level inheritance is used and an abstract class is created with some undefined functions, can its derived class also skip some definitions? |
A. | Yes, always possible |
B. | Yes, possible if only one undefined function |
C. | No, at least 2 undefined functions must be there |
D. | No, the derived class must implement those methods |
Answer» E. | |