C++ : [Design Pattern] Template Method Pattern

preview_player
Показать описание
The template method pattern enables you to define the template of a sequence of operations that all the derived classes must have to implement. And so makes sure that the sequence of function calls are in order.
Рекомендации по теме