mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 05:27:29 +02:00
Make the subject genderless
This commit is contained in:
@@ -7,7 +7,7 @@ Purpose
|
|||||||
To create series of related or dependent objects without specifying
|
To create series of related or dependent objects without specifying
|
||||||
their concrete classes. Usually the created classes all implement the
|
their concrete classes. Usually the created classes all implement the
|
||||||
same interface. The client of the abstract factory does not care about
|
same interface. The client of the abstract factory does not care about
|
||||||
how these objects are created, he just knows how they go together.
|
how these objects are created, it just knows how they go together.
|
||||||
|
|
||||||
UML Diagram
|
UML Diagram
|
||||||
-----------
|
-----------
|
||||||
|
Reference in New Issue
Block a user