InterviewSolution
Saved Bookmarks
| 1. |
How to implement inheritance? |
|
Answer» The inheritance is implemented using the following syntax class derived_classname : access specifier base classname. |
|