Creational pattern are many types. They are,
Abstract factory : It creates an instance of objects from parent classes.
Factory abstract : It creates an instance of objects from child classes.
Prototype: Instancs of objects are cloned.
Singleton pattern : It creates an object only once in a first method call and shared to all application.