> Design Patterns > Strategy > Strategy Design Pattern In Python

Strategy Design Pattern In Python

Strategy design pattern in Python for selection of algorithm from a family of algorithms based on context or data.


Strategy design pattern In Python

Output

Inside ConcreteStrategyA::AlgorithmInterface()
Inside ConcreteStrategyB::AlgorithmInterface()
Inside ConcreteStrategyC::AlgorithmInterface()


Suresh Kumar Srivastava is founder of online learning site coursegalaxy.com and author of popular books C In Depth, Data Structures Through C In Depth. He has 18+ years experience in industry and worked on architecture and design of multiple products. This article Strategy Design Pattern In Python is from his Design Patterns course.