Posted on: 9/2/2008 5:00:00 PM | Views : 890

The prototype design pattern is a design pattern that is used to instantiate a class by copying, or cloning, the properties of an existing object. The new object is an exact copy of the prototype but permits modification without altering the original.

...

Go to the complete details ...