InterviewSolution
Saved Bookmarks
| 1. |
When is it necessary to use inheritance? |
|
Answer» When a newly created class need to acquire properties of existing class and with its own properties then it is necessary to use inheritance. |
|