(Object) Behavioral Patterns

  • [Strategy Pattern]({% post_url design-pattern/2017-01-10-strategy-pattern %})

    • 클래스 내부의 알고리즘을 캡슐화한다.
  • [Template method Pattern]