CHAPTER 32 — Class Design Example (Checking Account)
This chapter contains another simple example
of how programs are created.
The class is named CheckingAccount,
and is a simplified version of a
checking account.
Chapter Topics:
Requirements Analysis
Design
Implementation
Scaffolding
Testing
Aliasing (Review)
QUESTION 1:
An object has ________,
__________, and
__________.