AP Computer Science A
Inheritance is a concept in object-oriented programming where a class inherits the properties and behaviors of another class. It allows for code reuse and promotes the creation of hierarchical relationships between classes.
congrats on reading the definition of Inheritance. now let's actually learn it.