Bridge Design Pattern
Introduction
Bridge pattern decouples an abstarction from its implementation so that the two can vary independently.
UML Diagram
In this UML implementor is removed from the abstraction so that implementor can have various concrete implementors.
Numb...
chetan77.hashnode.dev3 min read