- Course
Design Patterns in C++: Behavioral - Observer to Visitor
This course will teach you about behavioral design patterns and their implementation in modern C++. It covers the Observer, State, Stategy, Template Method, and Visitor patterns.
- Course
Design Patterns in C++: Behavioral - Observer to Visitor
This course will teach you about behavioral design patterns and their implementation in modern C++. It covers the Observer, State, Stategy, Template Method, and Visitor patterns.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
The correct application and recognition of design patterns is an important skill for developers and architects. This course, Design Patterns in C++: Behavioral - Observer to Visitor, part of a multi-series course on C++ patterns, continues to introduce the viewer to Behavioral design patterns. It covers the Observer, State, Stategy, Template Method, and Visitor patterns, showing different ways in which these patterns can be implemented in modern C++ (C++ 11 and beyond). Software required: a C++ IDE (e.g., Visual Studio, CLion) or a text editor (e.g., VIM, EMACS) together with a C++ compiler (e.g., GCC, Clang).