Skip to content

Commit b93b060

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

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11

2-
Design pattern samples in Java.
2+
#Design pattern samples in Java.
33

44

5-
Abstract Factory
6-
================
5+
##Abstract Factory
76
Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
87

98

10-
Builder
11-
=======
9+
##Builder
1210
Intent: Separate the construction of a complex object from its representation so that the same construction process can create different representations.
1311

1412

15-
Factory Method
16-
==============
13+
##Factory Method
1714
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)