News

A tutorial highlighting the various design patterns in Java. Learn about the benefits and different types of design patterns.
In essence, the bridge design pattern provides a way to isolate abstraction from its implementation so that both can be modified independent of each other.