Basic Definition XVII Flashcards
1
Q
inheritance
A
The ability to define a new class that is a modified version of a previously defined class.
2
Q
parent class
A
The class from which a child class inherits.
3
Q
child class
A
A new class created by inheriting from an existing class; also called a subclass.