Bridge pattern is used to decouple an abstraction from its implementation so that both can be changed independently. Bridge Pattern’s Intent To decouple an abstraction from its implementation so that both can be changed independently. Also Known As Handle/Body Bridge Pattern’s Motivation Sometimes an abstraction should have different implementations; consider an object […]