Inheritance

Home > Computer Science > Software Engineering > Object-Oriented Programming (OOP) > Inheritance

The ability of one class (subclass) to inherit properties and methods from another class (superclass) and add or modify them as necessary.