Skip to content

Commit 8881262

Browse files
committed
Update README.md
1 parent a9de898 commit 8881262

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ Intent: Provide an interface for creating families of related or dependent objec
1010
Builder
1111
=======
1212
Intent: Separate the construction of a complex object from its representation so that the same construction process can create different representations.
13+
14+
15+
Factory Method
16+
==============
17+
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)