December 2015
Beginner to intermediate
195 pages
2h 52m
English
![]()
GoF Definition: Separate the construction of a complex object from its representation so that the same construction processes can create different representations.
The pattern is useful when a creational algorithm of a complex object is independent of the assembly of the parts of the object. The construction process is also capable of building a different representation of that object under consideration.
To create a computer, different parts are assembled depending upon the order received by the customer (e.g., a customer can demand a 500 GB hard disk with an Intel processor; another customer ...
Read now
Unlock full access