X Tutup
Skip to content

Commit eba22e2

Browse files
committed
Update README.md
1 parent 42a2c37 commit eba22e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
**Applicability:** Use the Builder pattern when
2222
* 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
2324

2425
##Factory Method
2526
**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

Comments
 (0)
X Tutup