InterviewSolution
Saved Bookmarks
| 1. |
If object of lowest level class is created (last derived class) ________________of its parent class constructors are called.(a) Few(b) All(c) Only parent and parent(d) Base and DerivedThis question was addressed to me in unit test.My question is from Hybrid Inheritance topic in division Inheritance & its Types of Object Oriented Programming |
|
Answer» Right choice is (c) Only parent and parent |
|