Unlock this challenge:
What does the builder pattern help you with?
It helps to create and configure complex objects step-by-step, hiding the details of how such an object is instantiated.
It helps to create multiple objects at once
It helps to change the behavior of an object at runtime
It ensures that a class has only one instance