Mid GoF Patterns

Concrete Strategies:?

  • Each concrete strategy (BubbleSort, QuickSort) implements the sorting

algorithm. These algorithms can be tested, optimized, or replaced without

Follow:

affecting the context or the other algorithms.

More from Design Patterns in C#

All questions for this course