Strategy Pattern: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://en.wikipedia.org/wiki/Strategy_pattern =Internal= * Design Patterns =Overview=")
 
Line 8: Line 8:


=Overview=
=Overview=
The strategy design pattern lets you define a family of algorithms, encapsulate each algorithm (called a strategy) and select an algorithm at runtime.

Revision as of 22:50, 22 March 2018

External

Internal

Overview

The strategy design pattern lets you define a family of algorithms, encapsulate each algorithm (called a strategy) and select an algorithm at runtime.