News

The Bridge Pattern is a common software design pattern that allows a class's implementation to be decoupled from its abstraction so the two can vary independently of one another. Today I'll cover the ...
We explored this pattern in an earlier article here. This article discusses the bridge design pattern with code examples to illustrate the concepts covered.