Description
In this course, you will :
- Learn all 12 Structural and Creational Design Patterns
- What's up with Singletons?
- The benefit of the Prototype pattern
- Reduce memory with a Flyweight
- Expose subsystems with a Facade
- Wrap legacy components with the Adapter pattern
- The pros and cons of the Composite child management interface
- Multi-step object construction with the Builder pattern
- ... and much more!
Syllabus:
1. Creational Design Patterns
- Abstract Factory Pattern
- Builder Pattern
- Factory Method Pattern
- Prototype Pattern
- Singleton Pattern
- Creational Design Patterns
2. Structural Design Patterns
- Adapter Pattern
- Bridge Pattern
- Composite Pattern
- Decorator Pattern
- Facade Pattern
- Flyweight Pattern
- Proxy Pattern