A Glimpse on Strategy Pattern
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...
wiser.hashnode.dev3 min read