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:
@@ -15,10 +15,10 @@ objects).
|
|||||||
- [Prototype], class of object that is instantiated
|
- [Prototype], class of object that is instantiated
|
||||||
- [Singleton], the sole instance of a class
|
- [Singleton], the sole instance of a class
|
||||||
- Structural Patterns
|
- Structural Patterns
|
||||||
- [Adapter], todo
|
- [Adapter], interface to an object
|
||||||
- [Bridge], todo
|
- [Bridge], implementation of an object
|
||||||
- [Composite], todo
|
- [Composite], structure and composition of an object
|
||||||
- [Decorator], todo
|
- [Decorator], responsibilities of an object without subclassing
|
||||||
- [Façade], todo
|
- [Façade], todo
|
||||||
- [Flyweight], todo
|
- [Flyweight], todo
|
||||||
- [Proxy], todo
|
- [Proxy], todo
|
||||||
|
|||||||
Reference in New Issue
Block a user