阅读背景:

23种设计模式-模板设计模式

来源:互联网 

模板方法的定义:
模板方法模式很简单,它的定义是:Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template Method lets subclasses define certain steps of an algorithm without changing the algorithm’s structure. 即定义一个操作中的算法框架,而将一些步骤延迟到子类中,使得子类可以不改变一个算法的结构即可冲定义该算法的某些特定步骤 模板方法模式很简单,它的定义是:Define the




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: