Inheritance
l
ÒInheritanceÓ is a way of building one
class on top of another
l
The original class is called the
base
class,
or
parent class
.
l
The new class is called the
derived
class
, or
child class.