Inheritance

Inheritance is a design pattern that is supported by object-oriented programming languages. Inheritance allows a class to inherit properties and behaviors from another class. This promotes code reuse and reduces redundancy.