File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ If the number of decision mechanisms in the simple factory design pattern was in
65
65
Therefore, there may increased the total production cost of objects for the simple factory design more than the previous patterns. </br >
66
66
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 >
67
67
68
- <b >Prototype Design Pattern;</b >
68
+ <b >Prototype Design Pattern;</b > </ br >
69
69
As it is known, if the objects we will produce are based on a certain template, allows us to clone an object </br >
70
70
which we have produced before and use it by changing only the necessary fields instead of producing the a new object. </br >
71
71
Unlike other creational design patterns, since it produces new objects by cloning an existing object instead of producing an object from </br >
You can’t perform that action at this time.
0 commit comments