3460:421 OOP Handlers

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