Lesson 01
Lesson 01
Programming and
Software Development
Classes and Objects
inheritance design two or more entities that are different but share
many common features.
We call the common class the Superclass,
all classes that inherit from it subclasses.
We also call the superclass an ancestor and the subclass a
descendant.
Quick Review