AP Computer Science A
Inheritance is one of the fundamental concepts in object-oriented programming where one class acquires properties and methods from another parent class. The child class, also known as a subclass, can extend or specialize the functionality of the parent class.