Bridge pattern is a structural design pattern that allows you to separate a big class or set of related classes into two different domains: abstraction (also called interface) and implementation. The abstraction layer is the one that the client will use to interact with our application. This layer is not going to contain the business logic of our application.
2 Comments
Sort: