Decorator Design Pattern
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=j40kRwSm4VE
Get the Cheat Sheet: http://goo.gl/MzW0g
Best Design Patterns Book : http://goo.gl/W0wyie
Welcome to my Decorator Design Pattern Tutorial. The Decorator allows you to modify an object dynamically. You would use it when you want the capabilities of inheritance with subclasses, but you need to add functionality at run time.
It is more flexible than inheritance. The Decorator Design Pattern simplifies code because you add functionality using many simple classes. Also, rather than rewrite old code you can extend it with new code and that is always good.
Other Videos By Derek Banas
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 |
2012-08-28 | Observer Design Pattern |
2012-08-24 | Strategy Design Pattern |
2012-08-21 | Design Patterns Video Tutorial 2 |
Tags:
Decorator Design Pattern
Decorator Pattern
Design Patterns
Design Pattern
Design Pattern Tutorial
Design Pattern Video Tutorial