A Glimpse on Strategy Pattern
Feb 6, 2024 · 3 min read · Definition : This is used when there are a group of algorithms that can be used interchangeably without the caller bothering about the implementation. Example Let's take scenario where the task is implement a Car in game. Requirement : can be of typ...
Join discussion