摘要:
Template Methodis abehavioral design patternand it’s used to create a method stub and deferring some of the steps of implementation to the subclasses.Template methoddefines the steps to execute an algorithm and it can provide default implementation that might be common for all or some of the subclas 阅读全文
posted @ 2014-03-14 17:11
刺猬的温驯
阅读(540)
评论(0)
推荐(0)