

MCQOPTIONS
Saved Bookmarks
1. |
If class A has two nested classes B and C. Class D has one nested class E, and have inherited class A. If E inherits B and C, then ________________ |
A. | It shows multiple inheritance |
B. | It shows hierarchical inheritance |
C. | It shows multiple inheritance |
D. | Multiple inheritance among nested classes, and single level for enclosing classes |
Answer» E. | |