26.4 The TEMPLATE METHOD Pattern
- Pattern where an algorithm is mostly implemented in a base class, even
when some details are unknown
- Details supplied in virtual methods in derived classes
- The base class template method tells how to fit in the details
prev
|top
|next