InterviewSolution
Saved Bookmarks
| 1. |
Which among the following best describes the Inheritance?(a) Copying the code already written(b) Using the code already written once(c) Using already defined functions in programming language(d) Using the data and functions into derived segmentThis question was posed to me during an interview.My question comes from Inheritance in section Inheritance & its Types of Object Oriented Programming |
|
Answer» Correct choice is (d) Using the data and FUNCTIONS into derived segment |
|