Strategy
With strategy design pattern, it is possible do define a family of algorithms and choose the appropriate one to use at runtime. Since the algorithm is implemented in a separate class, it makes them interchangeable.
Strategy design pattern uses compo...
ariesgun.xyz2 min read