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