文件名称:db12804-(1)
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
1. Define a class named SalesItem which includes the following members:
(a) Data member: price
(b) Member Functions:
- GetPrice(): to get the price
- SetPrice(): to set the price
The function types and parameter lists for these two functions should be determined appropriately.
(c) Please place the definitions of the class in a header file SalesItem.h, and use a separate file SalesItem.cpp to accommodate the implementations of the member functions.
2. Create two objects book1 and book2 of the SalesItem class, with different initial values. Set the prices of these objects to 100 and 200, respectively, and display them on the screen. This task should be implemented in the main function, which is placed in a separate file main.cpp.
-1. Define a class named SalesItem which includes the following members:
(a) Data member: price
(b) Member Functions:
- GetPrice(): to get the price
- SetPrice(): to set the price
The function types and parameter lists for these two functions should be determined appropriately.
(c) Please place the definitions of the class in a header file SalesItem.h, and use a separate file SalesItem.cpp to accommodate the implementations of the member functions.
2. Create two objects book1 and book2 of the SalesItem class, with different initial values. Set the prices of these objects to 100 and 200, respectively, and display them on the screen. This task should be implemented in the main function, which is placed in a separate file main.cpp.
(a) Data member: price
(b) Member Functions:
- GetPrice(): to get the price
- SetPrice(): to set the price
The function types and parameter lists for these two functions should be determined appropriately.
(c) Please place the definitions of the class in a header file SalesItem.h, and use a separate file SalesItem.cpp to accommodate the implementations of the member functions.
2. Create two objects book1 and book2 of the SalesItem class, with different initial values. Set the prices of these objects to 100 and 200, respectively, and display them on the screen. This task should be implemented in the main function, which is placed in a separate file main.cpp.
-1. Define a class named SalesItem which includes the following members:
(a) Data member: price
(b) Member Functions:
- GetPrice(): to get the price
- SetPrice(): to set the price
The function types and parameter lists for these two functions should be determined appropriately.
(c) Please place the definitions of the class in a header file SalesItem.h, and use a separate file SalesItem.cpp to accommodate the implementations of the member functions.
2. Create two objects book1 and book2 of the SalesItem class, with different initial values. Set the prices of these objects to 100 and 200, respectively, and display them on the screen. This task should be implemented in the main function, which is placed in a separate file main.cpp.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
db12804\main.cpp
.......\SalesItem.cpp
.......\SalesItem.h
db12804