Bridge pattern is used to decouple an abstraction from its implementation so that both can be changed independently. This article is a part of our design patterns tutorial. 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 […]
