Bridge Design Pattern
A bridge is used to create seperate the implementation from the API. A bridge tends to be created to support pluggability of the implementation into different APIs.
The definition of Bridge Design Pattern provided by Gang of Four book on Design Patterns states:
“Decouple an abstraction from its implementation so that the two can vary independently.”
A bridge is used to create seperate the implementation from the API. A bridge tends to be created to support pluggability of the implementation into different APIs.
The definition of Bridge Design Pattern provided by Gang of Four book on Design Patterns states:
“Decouple an abstraction from its implementation so that the two can vary independently.”
No comments:
Post a Comment