Skip to content

Vs (Template Method & Factory Method & Strategy)

Description

  • Factory Method is a specialization of Template Method
  • The Strategy and Template Method Patterns both encapsulate algorithms, the first by composition and the other by inheritance