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.
implementation (drawing API) independently, providing a cleaner and more
modular design.