This chapter continues the discussion of polymorphism begun in the previous chapter. Recall that polymorphism is when a reference variable may at different times in a program refer to objects of different (but related) classes.
(Review: ) What is a method's signature?