Implementation of some common Design Patterns in C++
✅ Factory Method
✅ Abstract Factory
✅ Builder
✅ Prototype
✅ Singleton
✅ Adapter
✅ Bridge
✅ Composite
✅ Decorator
✅ Facade
✅ Flyweight
✅ Proxy
✅ Chain of Responsibility
🔲 Command
🔲 Iterator
🔲 Mediator
🔲 Memento
🔲 Observer
🔲 State
🔲 Strategy
🔲 Template Method
🔲 Visitor
Detailed Info in Book "Dive Into Design Patterns"