InterviewSolution
Saved Bookmarks
| 1. |
What Is Inheritance ? |
|
Answer» Inheritance is a method by which properties and METHODS of an existing object are automatically PASSED to any object DERIVED from it. Inheritance is a method by which properties and methods of an existing object are automatically passed to any object derived from it. |
|