Unit 1 Lesson 8 - Inheritance
Lesson summary and assignments
Vocabulary
- inheritance
- an object-oriented programming principle where a subclass inherits the attributes and behaviors of a superclass
- subclass
- a class that extends a superclass and inherits its attributes and behaviors
- superclass
- a class that can be extended to create subclasses
- tester class
- the class that contains the main method and from where the program starts running