What's up with subclasses?

Subclasses extend their superclassesSubclasses inherit variables and methodsSubclasses are classes within other classesSubclasses help us make generic code even more generic

True that! Subclasses extend their parent classes and inherit variables and methods, helping us adapt rather generic code to more specific needs.

Whoops! Subclasses extend their parent classes and inherit variables and methods, helping us adapt rather generic code to more specific needs.