策略模式
字数: 0

基本概念

Strategy (Policy) Pattern: Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from the clients.

实现代码

策略

具体策略

上下文

测试类

 
2023 - 2026