Inheritance (OOP Pillar)

Back to Core Pillars

A mechanism where a class (subclass) inherits properties and behavior from another class (superclass), enabling code reuse and establishing is-a relationships. One of the four core pillars of OOP.

programming-paradigms oop inheritance