

MCQOPTIONS
Saved Bookmarks
1. |
If single inheritance is used with class A and B. A is base class. Then class C, D and E where C is base class and D is derived from C, then E is derived from D. Class C is made to inherit from class B. Which is the resultant type? |
A. | Single level |
B. | Multilevel |
C. | Hybrid |
D. | Multiple |
Answer» C. Hybrid | |