Inheritance
Term side of the Card
Topic: OOP
Unit title: Inheritance
Categories: Concept
Explanation side of the Card
Explanation: The concept where a new class adopts the properties and behaviors of an existing class. This promotes code reuse and enables hierarchical relationships between classes, where the new class (child) derives from the existing class (parent).