The Template Pattern

The template Pattern is nothing more than a generalization in the form of an abstract class with at least one concrete realization.

  • Create the template pattern
  • Add specialization layers

Complete and Continue