【JAVA设计模式】模板方法模式

UML类图: 模板方法父类: package com.jthao.design.des.templatemethod; public abstract class AbstractClass { protected abstract void doAnyThing(); protected abstract void doSomeThing(); protected void hoo
相关文章
相关标签/搜索