mirror of
https://github.com/tmrts/go-patterns.git
synced 2026-02-04 06:46:18 +00:00
@@ -1,4 +1,4 @@
|
|||||||
#Strategy Pattern
|
# Strategy Pattern
|
||||||
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
|
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
|
||||||
|
|
||||||
It defines algorithms, encapsulates them, and uses them interchangeably.
|
It defines algorithms, encapsulates them, and uses them interchangeably.
|
||||||
|
|||||||
Reference in New Issue
Block a user