The strategy design pattern 策略设计模式 ; 策略模式
Let's look at how we could use the Strategy design pattern in the above example.
让我们看我们如何用策略模式在下面的例子中。
Context and problems: This is a variation of the strategy design pattern that can be applied in architectural contexts for SOA.
环境和问题:这是策略设计模式的变体,可以在SOA的体系结构环境中应用。
An alternative to the Template Method is the Strategy design pattern, which factors the variant behavior into an interface.
模板方法模式的另一个选择是策略模式,它抽取了多变的行为到一个接口中。
应用推荐