Determining the usage of Algorithms
According to the Gang of Four, the commitment of the template procedure pattern is to "determine the skeleton of an algorithm in an operation, suspend some procedure of subclasses. Identify the steps of algorithm without changing the algorithm's structure". What does this mean?








