Design Patterns in Modern C++
Discover the modern implementation of design patterns with С++
What you’ll learn
-
Recognize and apply design patterns
-
Refactor existing designs to use design patterns
-
Reason about applicability and usability of design patterns
-
Learn how to use different aspects of Modern C++
Requirements
-
Good understanding of C++
-
Awareness of features of Modern C++ (11/14/17/…)
-
Understanding of OOP (encapsulation, polymorphism, inheritance)
Who this course is for:
- Beginner and experienced C++ software developers
- Developers interested in implementations of design patterns
- Computer scientists