B03 策略模式 示例

示例類圖 策略模式.png 示例代碼 抽象策略 public interface PromotionStrategy { void doPromotion(); } 具體策略 public class EmptyPromotionStrategy implements PromotionStrategy { @Override public void doPromotion
相關文章
相關標籤/搜索