Posted on: 9/12/2008 5:00:00 PM | Views : 806

The builder pattern is a design pattern that allows for the step-by-step creation of complex objects using the correct sequence of actions. The construction is controlled by a director object that only needs to know the type of object it is to create.

...

Go to the complete details ...