mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
add simple explanation about creational
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Creational
|
# Creational
|
||||||
|
|
||||||
|
In software engineering, creational design patterns are design patterns that
|
||||||
|
deal with object creation mechanisms, trying to create objects in a manner
|
||||||
|
suitable to the situation. The basic form of object creation could result in
|
||||||
|
design problems or added complexity to the design. Creational design patterns
|
||||||
|
solve this problem by somehow controlling this object creation.
|
||||||
|
|
||||||
* [AbstractFactory](AbstractFactory) [:notebook:](http://en.wikipedia.org/wiki/Abstract_factory_pattern)
|
* [AbstractFactory](AbstractFactory) [:notebook:](http://en.wikipedia.org/wiki/Abstract_factory_pattern)
|
||||||
* [Builder](Builder) [:notebook:](http://en.wikipedia.org/wiki/Builder_pattern)
|
* [Builder](Builder) [:notebook:](http://en.wikipedia.org/wiki/Builder_pattern)
|
||||||
* [FactoryMethod](FactoryMethod) [:notebook:](http://en.wikipedia.org/wiki/Factory_method_pattern)
|
* [FactoryMethod](FactoryMethod) [:notebook:](http://en.wikipedia.org/wiki/Factory_method_pattern)
|
||||||
|
Reference in New Issue
Block a user