InterviewSolution
Saved Bookmarks
| 1. |
If class A and class B are derived from class C and class D, then ________________(a) Those are 2 pairs of single inheritance(b) That is multilevel inheritance(c) Those is enclosing class(d) Those are all independent classesThis question was posed to me in an international level competition.My question is from Single Level Inheritance in section Inheritance & its Types of Object Oriented Programming |
|
Answer» Correct answer is (a) Those are 2 PAIRS of single INHERITANCE |
|