Bridge Pattern

 
  • Structural pattern
  • This Design pattern is implemented before the actual design has started, unlike the Adapter design pattern.
  • If not implemented, Class hierarchy increases, which leads to complexity. The Bridge Pattern could help us to separate the and implementation in two independent areas

https://github.com/AnuragDaCoder/AdapterBridge/blob/main/BridgeDesignPattern.zip

The example is very easy to understand. Download the git code.

Leave a Comment