1. 面向对象分析(object oriented analysis,OOA)
2. 面向对象设计(object oriented design,OOD)
3. 面向对象编程(object oriented programming, OOP)
4. 面向对象测试(object oriented test,OOT)
5. 面向对象维护(object oriented soft maintenance, OOSM)
义对象有两种形式。
(1) class 类名 对象名
如 class Student stud1,stud2;
把class和Student合起来作为一个类名,用来定义 对象。
(2) 类名 对象名 如 Student stud1,stud2;
[C++程序设计]基于对象的程序设计 基于对象的程序设计,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/galoishelley/p/3859974.html