Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 794 Bytes

5c612dfa.md

File metadata and controls

36 lines (30 loc) · 794 Bytes
title slug tags date
Strategy Pattern
strategy-pattern
zettel
strategy-pattern
computer-science
programming
oop
design-principle
computer-science/programming
computer-science/programming/oop
computer-science/programming/oop/design-principle
object-oriented-programming
head-first-design-pattern
book
book/head-first-design-pattern
elisabeth-freeman
kathy-sierra
elisabeth-freeman-and-kathy-sierra
2021-08-09T21:47

#[[810c5d55]] design pattern

Strategy Pattern : Defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.

[^]

Resources

[^]: Head First Design Pattern by Elisabeth Freeman and Kathy Sierra