Unlock this challenge:
What does the strategy pattern help you with?
It helps vary the behavior of an algorithm and encapsulate code into independent classes.
It helps with the performance of your application
It helps reduce code duplication
It helps instantiate complex objects.