Chapter 10. Study Guide

Object-oriented programs typically consist of many objects bound together to form a complete program. The binding allows the objects to communicate, and by communicating, they cooperate to solve the problem for which we wrote the program. Chapter 10 demonstrates how to build programs consisting of multiple objects instantiated from multiple classes.

Please focus on the following as you study chapter 10:

Study Aids

Know