InterviewSolution
Saved Bookmarks
| 1. |
Why derived class is called power packed class? |
|
Answer» Multilevel Inheritance: In multilevel inheritance, the constructors will be executed in the order of inheritance. Multiple Inheritance: If there are multiple base classes, then it starts executing from the left most base class. |
|