You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Stratagy Pattern defines a family of alogorithm, encapsulates each one and makes them interchangeable. Strategy lets the alogorithms vary independently from clients that use it.