文件名称:shape
介绍说明--下载内容均来自于网络,请自行研究使用
一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。
-First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () function, GetArea used to calculate the object' s size, GetPerim used to calculate the object perimeter. The above types of packaging and the preparation of test programs.
-First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () function, GetArea used to calculate the object' s size, GetPerim used to calculate the object perimeter. The above types of packaging and the preparation of test programs.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shape.cpp