Creational design patterns are concerned with the way of creating objects. These design patterns are used when a decision must be made at the time of the instantiation of a class (i.e. creating an object of a class). This pattern can be further divided into class-creation patterns and object-creational patterns.