Bridge

Home > Computer Science > Software Engineering > Software design patterns > Bridge

The Bridge pattern is a design pattern that decouples an abstraction from its implementation, allowing them to vary independently.