Strategy
Term side of the Card
Topic: Behavioral Patterns
Unit title: Strategy
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that defines a set of algorithms and encapsulates them in separate classes. It allows the selection of the appropriate algorithm at runtime, making the system more flexible and easier to extend.