Working with Prototype Design Pattern

Hello friends, I am resuming series on design patterns. Today we will go through another design pattern called Prototype. It falls under a creational pattern category. Before talking about its implementation let’s begin with defining it. A prototype is a design pattern that believes and enforces object cloning or copying over new object creation. But… Continue reading Working with Prototype Design Pattern