Strategy Pattern
A strategy is a set of actions to achieve a given target. We say that we develop action strategies, which is basically an action plan.In programming, a pattern of strategy helps in achieving given target by dividing a given issue into smaller and less complicated ones, which in turn helps Read more…