文件名称:2
介绍说明--下载内容均来自于网络,请自行研究使用
编写C++程序完成以下功能:
(1) 定义一个Boat和Car两个类,他们都具有私用属性——重量;
(2) 编写一个函数,计算两者的重量和。
double TotalWeight(Boat& b, Car& c)
-Write C++ program to accomplish the following functions: (1) define a Boat and Car two classes, they have private property- weight (2) write a function to calculate both the weight and. double TotalWeight (Boat & b, Car & c)
(1) 定义一个Boat和Car两个类,他们都具有私用属性——重量;
(2) 编写一个函数,计算两者的重量和。
double TotalWeight(Boat& b, Car& c)
-Write C++ program to accomplish the following functions: (1) define a Boat and Car two classes, they have private property- weight (2) write a function to calculate both the weight and. double TotalWeight (Boat & b, Car & c)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2.cpp