InterviewSolution
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. |
|