InterviewSolution
Saved Bookmarks
| 1. |
What is hierarchical inheritance? |
|
Answer» When the properties of one class are inherited by more than, one class, it is called hierarchical inheritance. |
|