Prototype Design Pattern Tutorial
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=AFbZhRL0Uz8
Get the Code: http://goo.gl/V2kUm
Best Design Patterns Book : http://goo.gl/W0wyie
Welcome to my Prototype Design Pattern Tutorial. The Prototype design pattern is used for creating new objects (instances) by cloning (copying) other objects.
It allows for the adding of any subclass instance of a known super class at run time. It is used when there are numerous potential classes that you want to only use if needed at runtime. The major benefit of using the Prototype pattern is that it reduces the need for creating potentially unneeded subclasses.
Other Videos By Derek Banas
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 |
2012-08-19 | Design Patterns Video Tutorial |
2012-08-15 | How Do I Get Twitter Followers |
Tags:
Prototype Design Pattern
Prototype Pattern
Design Patterns Tutorial
Design Patterns
Design Pattern Tutorial