摘要
设计模板是面向对象设计的新的概念。它抽象了面向对象设计中的经验知识,通过组织对象之间的关系,定义特定的软件结构。由于模板的可重用性,它的应用可以大大减少设计的复杂度。本文给出设计模板的综述介绍,给读者提供一个整体的印象。
Design pattern is a new concept on object-oriented design. Patterns capture the intent behind a design,identify and abstract the experience behind a design in OO design. We could define pattern by describing objects and their collaborations. Design patterns reduce system complexity because of the application of the reusable patterns. The paper will give an overview of patterns.
出处
《小型微型计算机系统》
CSCD
北大核心
1998年第6期1-7,共7页
Journal of Chinese Computer Systems
基金
国家自然科学基金
关键词
设计模板
面向对象
可重用性
Design pattern Object-oriented Reusability