By WeiLing
via dotnet.dzone.com
Published: Sep 24 2008 / 01:08
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.
Add your comment
Voters For This Link (12)
-
matt -
alashcraft -
mswatcher -
estromsnes@gmail.com -
ScottG -
hates_ -
mostlyharmless -
monminre326 -
thinkingserious -
yuan_hang -
accavdar -
WeiLing


