摘要
泛型程序设计(GenericProgram)是继面向对象程序设计(ObjectOrientedProgram)之后对程序设计思想的又一次洗礼。它可让你重复运用既有的算法,而不必在环境类似的情况下再重新撰写相同代码,使得处理的问题更加抽象化,是一种优美而又不失效率的通用型程序设计方法。
Generic Program is another baptism of Generic Program after Object-Oriented Program. It can let you use the ready calculation again and again . It needn’t write the same code once more under similar circumstances. But it deals with the problems more abstract. It’ s a kind of common program not only graceful but efficient.
出处
《科技广场》
2005年第5期110-113,共4页
Science Mosaic
关键词
泛型程序设计
迭代器
容器
细化
Generic Program
Interators
Container
Refinement