InterviewSolution
Saved Bookmarks
| 1. |
Explain The Inheritance Principle. |
|
Answer» INHERITANCE is the PROCESS by which one object acquires the properties of another object. Inheritance allows well-tested PROCEDURES to be REUSED and enables changes to make once and have effect in all relevant places Inheritance is the process by which one object acquires the properties of another object. Inheritance allows well-tested procedures to be reused and enables changes to make once and have effect in all relevant places |
|