Mid GoF Patterns

Reducing Code Duplication:?

  • When you have multiple classes implementing the same algorithm in slightly

different ways, the Strategy Pattern can centralize and avoid code

duplication.

Drawbacks of the Strategy Pattern:

More from Design Patterns in C#

All questions for this course