Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++ Design Patterns: Creational

Posted By: Landau17
C++ Design Patterns: Creational

C++ Design Patterns: Creational
MP4 | Video: 720p | Duration: 2:26:23 | English | Subtitles: VTT | 315.6 MB



Design patterns solve the challenges software developers face over and over again. They are reusable, proven solutions that make your software more reliable and flexible to change. Creational design patterns move the creation of objects out of the main codebase and into separate classes-a best practice known as encapsulation. This course explores the five most popular creational design patterns for C++. To convince you of their merits, instructor Olivia Chiu first explains why we use design patterns in the first place, and what problems that creational patterns can help you solve. She then reviews the core concepts, implementation instructions, and examples for each pattern: Factory, Abstract Factory, Builder, Prototype, and Singleton. She also shows how to extend patterns and compare patterns to find the best fit for your applications.

Topics include:
    
  • Creational pattern concepts
  • Running C++ design patterns
  • Implementing design patterns
  • Extending design patterns
  • Comparing creational patterns