Strategy Pattern

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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. The strategy pattern is related to behavior parameterization.