Adapter Design Pattern
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=qG286LQM6BU
Get the Code: http://goo.gl/6WsAQ
Best Design Patterns Book : http://goo.gl/W0wyie
Welcome to my Adapter Design Pattern Tutorial! This is a very easy design pattern to grasp and put into use.
This pattern is used when you want to translate one interface of a class into another interface. Now, it makes sense that these 2 interfaces are compatible otherwise the pattern may not make sense. To accomplish this, all you need to do is bridge the differences using our old friend composition again.
Watch the video and look at the code and you'll get it.
Other Videos By Derek Banas
2012-10-19 | Proxy Design Pattern Tutorial |
2012-10-16 | State Design Pattern |
2012-10-14 | Easy Veggie Burger Recipe |
2012-10-12 | Flyweight Design Pattern |
2012-10-10 | Composite Design Pattern |
2012-10-08 | Iterator Design Pattern |
2012-10-04 | Template Method Design Pattern |
2012-10-02 | Healthy Sausage |
2012-10-01 | Bridge Design Pattern |
2012-09-29 | Facade Design Pattern |
2012-09-28 | Adapter Design Pattern |
2012-09-25 | Delicious Healthy Sandwich |
2012-09-24 | Command Design Pattern |
2012-09-21 | Decorator Design Pattern |
2012-09-17 | Java Reflection Tutorial |
2012-09-15 | Prototype Design Pattern Tutorial |
2012-09-13 | Builder Design Pattern |
2012-09-12 | Singleton Design Pattern Tutorial |
2012-09-07 | Abstract Factory Design Pattern |
2012-09-06 | Babys First Two Days |
2012-09-01 | Factory Design Pattern |
Tags:
Adapter Design Pattern
Adapter Pattern
Design Patterns
Design Pattern Tutorial