Mid GoF Patterns

Decouples Abstraction and Implementation:?

  • The Bridge pattern allows you to modify the abstraction (shapes) and the

implementation (drawing API) independently, providing a cleaner and more

modular design.

More from Design Patterns in C#

All questions for this course