Please read the first part of this post.
Though it looks like that Strategy design pattern and Bidge Design patterns are same, they are different. While Strategy design pattern is behavioral design pattern the Bidge Design pattern is structural design pattern. In the Strategy design pattern coupling between the context and the strategies is tighter where as in the bridge design pattern the coupling between the abstraction and the implementation is not as tight.
(more…)