模板方法设计模式扩展(Hook Method)

package Template_Method_Pattern; import java.util.Scanner; /** * 模板方法模式的扩展 * 钩子方法(Hook Method) * @author dd * */ public class demo2 { public static void main(String[] args) { System.out.
相关文章
相关标签/搜索