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
This repository contains the files for a full blown implementation of the strategy pattern example from Chapter 1 of the Head First Design Principles Book. This is the Duck example with strategies implemented as implementations of an interface.