代码改变世界

随笔分类 -  Design Pattern

策略模式(Strategy Pattern)

2014-09-20 11:08 by 星星之火✨🔥, 453 阅读, 收藏,
摘要: Contents of Strategy Pattern: 概念;组成;应用场景;意义;实现;编写步骤;优缺点;简单实现。概念: The Strategy Pattern defines a family of algorithms, encapsulates each one, and mak... 阅读全文