Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 245 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 245 Bytes

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.