Saved Bookmarks
| 1. |
What Is Prototype Pattern? |
|
Answer» PROTOTYPE pattern refers to creating DUPLICATE object while keeping performance in mind. This pattern involves IMPLEMENTING a prototype interface which tells to CREATE a clone of the current object. Prototype pattern refers to creating duplicate object while keeping performance in mind. This pattern involves implementing a prototype interface which tells to create a clone of the current object. |
|