mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-17 04:44:36 +03:00
update README
This commit is contained in:
@@ -12,8 +12,8 @@ objects).
|
|||||||
- [Abstract Factory], families of product objects
|
- [Abstract Factory], families of product objects
|
||||||
- [Builder], how a composite object gets created
|
- [Builder], how a composite object gets created
|
||||||
- [Factory Method], subclass of object that is instantiated
|
- [Factory Method], subclass of object that is instantiated
|
||||||
- [Prototype], todo
|
- [Prototype], class of object that is instantiated
|
||||||
- [Singleton], todo
|
- [Singleton], the sole instance of a class
|
||||||
- Structural Patterns
|
- Structural Patterns
|
||||||
- [Adapter], todo
|
- [Adapter], todo
|
||||||
- [Bridge], todo
|
- [Bridge], todo
|
||||||
|
|||||||
Reference in New Issue
Block a user