> Design Patterns > Strategy > Strategy Design Pattern In PHP

Strategy Design Pattern In PHP

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


Strategy design pattern In PHP

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 PHP is from his Design Patterns course.