SE450: TEMPLATE METHOD Pattern [36/65] Previous pageContentsNext page

Context

  1. An algorithm is applicable for multiple types.
  2. The algorithm can be broken down into primitive operations. The primitive operations can be different for each type
  3. The order of the primitive operations doesn't depend on the type

Previous pageContentsNext page