Паттерн: Шаблонный метод (Template Method)
Фрагмент: пример [C++]
  1. void ParentClass::HookOperation () { }