The creational pattern is the pattern to be followed for the creation of code.
It pertains to how you create an object, by making use of the existing code and by creating an instance of the existing code. It's basically reusing code by creating objects instead of repeating code.
Using a creational pattern, objects may be created making use of the existing code by following some standard patterns.