Structural Design Patterns in Modern C++ [Video]

Structural Design Patterns in Modern C++

Structural Design Patterns in Modern C++ [Video]

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 7h 53m | 4.38 GB
eLearning | Skill level: All Levels

Structural Design Patterns in Modern C++ [Video]: Uncover the secrets of structural design patterns and learn their implementation in modern C++20

With design patterns, it is very easy to solve common object-oriented design problems. However, understanding and learning design patterns is tough and time-consuming. This course will help you to get acquainted with the design patterns and teach you some useful techniques to implement them in modern C++20.

The course starts with an introduction to design patterns and explains the structure of a pattern with the help of a Unified Modeling Language (UML) class diagram. Then, you will understand how to implement a design pattern, how to examine the issues, and how to refactor the code by studying different types of design patterns such as adapter, façade, proxy, decorator, composite, bridge, and flyweight. In addition to this, you will also learn about the pros and cons of each pattern.

  • Use the adapter pattern to convert an incompatible interface into a compatible one
  • Control access to the original object using the proxy pattern
  • Form larger structures through recursive composition using the composite pattern
  • Simplify complex interfaces of a system using the facade pattern
  • Enable sharing of large number of objects using the flyweight pattern
  • Use the decorator pattern to add more behaviors to an object at runtime

By the end of this course, you will be well-versed with various structural design patterns and will have developed the skills to implement them in modern C++20.

1 2 3 4

Leave a Reply

Your email address will not be published. Required fields are marked *