文件名称:Exercise09_01
介绍说明--下载内容均来自于网络,请自行研究使用
Design a class named Rectangle to represent a rectangle. The class contains:
·Two double data field named width and height that specify the width and height of the rectangle.
·A no-arg constructor that creates a rectangle with width1 and height1.
·A constructor that creates a default rectangle with the specified width and height.
·Two double data field named width and height that specify the width and height of the rectangle.
·A no-arg constructor that creates a rectangle with width1 and height1.
·A constructor that creates a default rectangle with the specified width and height.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Exercise09_01.cpp