Builder Pattern
Filed in Creational Patterns on Apr.20, 2009
The builder pattern encapsulate or separate the construction of a complex object from its representation so that the same construction process can create different representations.
The builder pattern encapsulate or separate the construction of a complex object from its representation so that the same construction process can create different representations.
Leave a Reply