removing half tag "<sup1" (#20816)
* removing half tag "<sup1" it looks like it auto-completed and then someone continued typing. * Remove <sup> tag
This commit is contained in:
committed by
Huyen Nguyen
parent
6ec1384d0c
commit
70032ce972
@ -7,7 +7,7 @@ title: Creational patterns
|
||||
|
||||
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 in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.
|
||||
|
||||
Creational design patterns are composed of two dominant ideas. One is encapsulating knowledge about which concrete classes the system uses. Another is hiding how instances of these concrete classes are created and combined.<sup1</sup>
|
||||
Creational design patterns are composed of two dominant ideas. One is encapsulating knowledge about which concrete classes the system uses. Another is hiding how instances of these concrete classes are created and combined.
|
||||
|
||||
Five well-known design patterns that are parts of creational patterns are:
|
||||
|
||||
|
Reference in New Issue
Block a user