Strategy Design Pattern
Intent
It enables us to select an algorithm at runtime. So, Instead of directly implementing a single algorithm, run-time instructions are given to the code as to which family of algorithms to use. So, it encapsulates each algorithm and makes them in...
metwalli.hashnode.dev2 min read