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.
Object class.instanceof operator.