摘要
OOP技术是一种新的概念 ,它是软件工程学中结构化程序设计、模块化、数据抽象、信息掩蔽、知识表示、并行处理等概念的积累和发展 .OOP技术由对象、消息、方法、类和继承五个方面组成 .在 C++中实现 OOP技术要从封装、继承和多态性三方面进行考虑 .
Objected oriented programming (OOP) is a new concept that stems from the accumulation and development of concepts such as structured programming, module, data processing, information hiding, knowledge representing, and parallel programming. OOP consists of five aspects: object, message, method, class and inheritance. To realize OOP in C++ three aspects should b considered: package, inheritance and polymorphism.
出处
《渭南师范学院学报》
2001年第2期45-47,共3页
Journal of Weinan Normal University