This course applies various design patterns to develop a smart home system in C++, showcasing the practical use of patterns to solve real-world problems. Additionally, you'll be presented with a problem statement and asked to apply design patterns to solve it.
Overview
Syllabus
- Lesson 1: Applying Factory Method and Adapter Patterns for Smart Home Devices
- Factory Method Pattern Implementation
- Implement Smart Home Adapter System
- Lesson 2: Applying Observer and Strategy Patterns for Smart Home Security System and Climate Control
- Implement Observer Pattern for Security
- Design a Climate Controller System
- Lesson 3: Applying Command and Decorator Patterns for Smart Home Automation and Lighting System
- Create Smart Home Automation System
- Create Light Decorator
- Lesson 4: Choosing and Applying Design Patterns to Solve Real-World Problems
- Implementing File Parsing for Several Files
- Controlling Smart Home Devices
- Graphical Objects Support
- New Interface for Home Devices System
- Robot Creation