Design Patterns: an example of the Singleton
-
Updated
Jun 5, 2024 - C++
Design Patterns: an example of the Singleton
C++ Software Design: Design Principles and Patterns for High-Quality Software.
Design Patterns: an example of the Strategy
Design Patterns: an example of the Template Method
The purpose of this project was to build a calculator using design patterns. Specifically, the project utilized design patterns: the Composite Pattern, Visitor Pattern, Command Factory, and Builder Pattern. These patterns were implemented to create a calculator that is modular, easy to modify, and extensible.
Add a description, image, and links to the software-design-patterns topic page so that developers can more easily learn about it.
To associate your repository with the software-design-patterns topic, visit your repo's landing page and select "manage topics."