Next: 1.5.1 The Design Recipe
Up: 1. From C++ to
Previous: 1.4.6 Singleton Pattern
In the preceding sections of this monograph, we studied a Java subset
suitable for explicating the basic principles of Java program design.
The process of program design can be broken down into six steps:
- Data Analysis and Design
- Contract and Header
- Examples
- Template
- Body
- Test
which we collectively call the design recipe.
Let us examine each of these six steps
in the context of writing object-oriented
programs in Java.
Subsections
Corky Cartwright
2003-07-07