首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

template模板形式

2012-09-29 
template模板模式template模板模式 - java模式模板模式AbstractClass.javapackage com.mark.pattern.templ

template模板模式
template模板模式 - java模式

    模板模式

AbstractClass.java

package com.mark.pattern.templateMethod;public class Client {public static void main(String[] args) {AbstractClass demo = new ConcreteClass();demo.template();}}

?

?

?

?

热点排行