@@ -551,6 +551,8 @@ If you are creating several different factories, then they should inherit from s
551
551
552
552
-**[](#4-).** The pattern is generally used if you want to make a copy of an existing object, while the Factory pattern is generating new objects. But some argue you can put the pattern inside of the Factory pattern.
553
553
554
+
-**[Object Pool](#18-object-pool).** The factory doesn't have to create new objects - it can be a recycling plant if you combine Factory with Object Pool.
555
+
554
556
555
557
556
558
## 22. Facade
@@ -595,17 +597,20 @@ Define a template method in the parent class which consists of calling several m
0 commit comments