Bridge Design Pattern
-
Bridge Design PatternModeling/DesignPattern 2019. 8. 19. 23:05
1. Overview Bridge belongs to Structural patterns. This pattern allows us to vary independently between abstraction and implementations. but if Bridge has to be designed in advance, then only we can have varying abstractions & implementations. it has two parts. Abstraction Implementation Abstraction – the core of the bridge design pattern and defines the crux. Contains a reference to the impleme..