Mid GoF Patterns

Rigid Structure:?

  • The pattern enforces a rigid structure for the algorithm, meaning that

subclasses cannot change the overall order or flow of steps. If you need to

adjust the structure of the algorithm, it may require changes to the base class.

More from Design Patterns in C#

All questions for this course