摘要
讨论了面向对象方法与人类思维方式的关系,定义了面向对象程序方法学中的几个重要概念:数据抽象,继承和多态性,并简单介绍C^(++)实现数据抽象,继承和多态性的方法。
The relationship between the object-oriented method and human mode of thinking is discussed; the three concepts of object-oriented method: data abstraction type, polymorphism and inheritance are defined. The realization of data abstraction type, polymorphism and inheritance in C++ is introduced.
出处
《北方工业大学学报》
1992年第3期88-96,共9页
Journal of North China University of Technology
关键词
数据抽象
面向对象方法
程序设计
data abstraction, inheritance, polymorphism/object-oriented