26.7 Case Study: Putting Patterns to Work (cont.)
- Sufficient for all applications?
- Printing a Web page? Need HTML tags
- Need multiple algorithms for formatting
- Use STRATEGY pattern
- Design i/f to abstract out essential steps of the algorithm:
- Print header
- Print footer
- Print column entry (string or number)
prev
|top
|next