Prototype Design Pattern Tutorial

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=AFbZhRL0Uz8



Category:
Tutorial
Duration: 7:59
216,702 views
1,655


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.







Tags:
Prototype Design Pattern
Prototype Pattern
Design Patterns Tutorial
Design Patterns
Design Pattern Tutorial