Bridge
Term side of the Card
Topic: Structural Patterns
Unit title: Bridge
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that decouples abstraction from its implementation. It enables the modification of both the abstraction and the implementation independently, making it easier to extend the system.