Unit 9: Inheritance
IN THIS LESSON
IN THIS LESSON
extends
keyword to create a subclass that inherits fields and methods from a superclass, and how inheritance promotes code reuse and hierarchy.