Design Patterns - Bridge
Design Patterns Category Design Patterns Index 7. Bridge Intent: Decouple an abstraction from its implementation so that the two can vary independently. Also Known As Handle/Body Applicability: you want to avoid a permanent binding between an abstraction and its implementation....
