Across
- 1. Allows _____ handlers to be created and shared
- 5. The template method uses the _____ to call the primitive operations
- 8. Handlers reduce _____
- 9. Easier to test, as can test _____ handlers
- 10. For each method in the handler, the ConcreteClass must provide a _____
Down
- 2. The base handler class is always _____
- 3. The goal is to separate _____ operations from the rest of the class interface
- 4. Replaces subclassing a large, complex class with subclassing a _____ interface
- 6. Handlers allow for _____ template methods
- 7. Handlers are almost always _____ _____ or empty methods