Back to Browse

C++ Strategy Design Pattern - Part 1 of 2 - Changing Algorithmic Behavior

4.1K views
Mar 8, 2024
26:31

►Software Design and Design Patterns Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd9wBflF0f6ynlDQuaeKYzyc ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson we talk about how to change algorithmic behavior at run-time by using inheritance for use in the strategy pattern. We typically choose to create a inheritance hierarchy when we have a family of related algorithms that could be called based on some condition at compile-time or run-time. In this video, we'll try to motivate the strategy pattern, and further understand where we may use the strategy pattern in applications. Stay tuned to the next video for an implementation! ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel! ►Join our free community: https://courses.mshah.io/communities/Q29tbXVuaXR5LTI3MzAz

Download

1 formats

Video Formats

360pmp449.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

C++ Strategy Design Pattern - Part 1 of 2 - Changing Algorithmic Behavior | NatokHD