Strategy

  1. Describe the advantages of using the Strategy pattern to subclassing to achieve the change of algorithms.
  2. Explain the issues associated with the context and strategy interfaces for providing the strategy with access to context data.