You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
21
21
**Applicability:** Use the Builder pattern when
22
22
* the algorithm for creating a complex object should be independent of the parts that make up the object and how they're assembled
23
+
* the construction process must allow different representations for the object that's constructed
23
24
24
25
##Factory Method
25
26
**Intent:** Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
0 commit comments