Student Reviews
( 5 Of 5 )
1 review
Video of Bridge Design Pattern in Design Patterns course by Derek Banas channel, video No. 15 free certified online
Code and Homework Answer: http://goo.gl/YgXMC
Welcome to my Bridge Design Pattern tutorial. If you ever wanted to build a group of classes that slowly added functionality from one class to the next, this is the design pattern for you.
There seems to be a lot of confusion in regards to what constitutes a bridge design pattern in both books as well as online. In this tutorial I will show you how it was explained to me and the ways in which I have found it is useful.
The link to the code above goes into greater detail if you'd like to check that out.