Skip to content

Commit 18b904b

Browse files
authoredJul 21, 2022
Update README.md
1 parent 136005d commit 18b904b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If the number of decision mechanisms in the simple factory design pattern was in
6565
Therefore, there may increased the total production cost of objects for the simple factory design more than the previous patterns. </br>
6666
In addition, each time a new class is added or a class is removed, the class responsible for generating the objects also needs to be corrected. </br>
6767

68-
<b>Prototype Design Pattern;</b>
68+
<b>Prototype Design Pattern;</b> </br>
6969
As it is known, if the objects we will produce are based on a certain template, allows us to clone an object </br>
7070
which we have produced before and use it by changing only the necessary fields instead of producing the a new object. </br>
7171
Unlike other creational design patterns, since it produces new objects by cloning an existing object instead of producing an object from </br>

0 commit comments

Comments
 (0)
Please sign in to comment.