Child Class Methods

How do you write a new method for a child class?

A child class can define its own methods, giving it specific behavior the parent class lacks. We write a new method that prints a message which is only apporiate for the class.