Skip to content

template

walker edited this page Aug 6, 2016 · 1 revision
  1. Template Method: defines the skeleton of an algorithm in a method, deferring some steps to subclasses. Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.

  2. The Holloywood Principle: Don't call us, we'll call you.

Clone this wiki locally