Mid GoF Patterns

Decoupling:?

  • The pattern decouples the algorithm from the context that uses it. This means

you can modify or extend the sorting algorithms without affecting the code

that uses them.

More from Design Patterns in C#

All questions for this course