-
Notifications
You must be signed in to change notification settings - Fork 0
template
walker edited this page Aug 6, 2016
·
1 revision
-
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.
-
The Holloywood Principle: Don't call us, we'll call you.