B03 策略模式 示例

示例类图 策略模式.png 示例代码 抽象策略 public interface PromotionStrategy { void doPromotion(); } 具体策略 public class EmptyPromotionStrategy implements PromotionStrategy { @Override public void doPromotion
相关文章
相关标签/搜索