文件名称:db12804-(1)
-
所属分类:
- 标签属性:
- 上传时间:2014-03-14
-
文件大小:1kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
db12804/SalesItem.cpp
db12804/SalesItem.h
db12804
db12804/SalesItem.cpp
db12804/SalesItem.h
db12804
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.