Head First設計模式筆記(模板方法模式)

在研究模板模式以前,先看2段代碼 1.java public class Coffee { void prepareRecipe(){ boilWater(); brewCoffeeGrinds(); pourInCup(); addSugarAndMilk(); } public void boilWat
相關文章
相關標籤/搜索