inheritance

Inheritance is a fundamental concept in object-oriented programming where a class (called a child class or derived class) can inherit properties and behaviors from another class (called a parent class or base class), extending and reusing existing code.

Requires login.