mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-03-15 11:50:10 +01:00
add simple explanation about creational
This commit is contained in:
parent
f3fe7e4ed3
commit
6f65ffa58e
@ -1,5 +1,11 @@
|
||||
# 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)
|
||||
* [Builder](Builder) [:notebook:](http://en.wikipedia.org/wiki/Builder_pattern)
|
||||
* [FactoryMethod](FactoryMethod) [:notebook:](http://en.wikipedia.org/wiki/Factory_method_pattern)
|
||||
|
Loading…
x
Reference in New Issue
Block a user