

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is false for single level inheritance? |
A. | There can be more than 2 classes in program to implement single inheritance |
B. | There can be exactly 2 classes to implement single inheritance in a program |
C. | There can be more than 2 independent classes involved in single inheritance |
D. | The derived class must implement all the abstract method if single inheritance is used |
Answer» D. The derived class must implement all the abstract method if single inheritance is used | |