Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Because the Critter class now has a talk() method, the main program can invoke myCritter.talk() to hear from the critter. Examine how I changed the code in the main() method to take advantage of the critter’s newfound verbal skills:
case 1: myCritter.talk(); break;