首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #inc1ude<iostream> Using namespace std; class Amc unt{ int amount, public; Amount(int n=0):amount
有如下程序: #inc1ude<iostream> Using namespace std; class Amc unt{ int amount, public; Amount(int n=0):amount
admin
2020-04-07
28
问题
有如下程序:
#inc1ude<iostream>
Using namespace std;
class Amc unt{
int amount,
public;
Amount(int n=0):amount(n){}
Int getAmount()const {return amount,}
Amount &operator +=(Amourit a){
amount+=a.amount,
retum ;
}
};
int main(){
Amount x(3),y(7);
X+=y;
cout<<x.getAmount()<<endl;
return 0:
}
己知程序的运行结果是10,则下划线处缺失的表达式是( )。
选项
A、*this
B、this
C、&amount
D、amount
答案
A
解析
此题考查的是“+”运算符重载和this指针。语句amount+=a.amount,实现3和7的求和得到amount=10,要使程序的输出结果为10,又因为函数的返回值类型为Amount&,所以横线处填入*this。
转载请注明原文地址:https://kaotiyun.com/show/2k8p777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
在重载一个运算符时,如果其参数表中有一个参数,则说明该运算符是
下列叙述正确的是()。
下列有关C++流的叙述中,错误的是
假定A为一个类,则语句A(A&A);为该类【】函数的原型说明。
有如下程序: #include<iostream> using namespace std; Class TestClass { private: int x,y; public: TestClass(int
数据库系统的核心是()。
______是数据库设计的核心。
不定长文件是指( )。
要建立文件流并打开当前目录下的文件file.dat用于输入,下列语句中错误的是
随机试题
转子流量计的转子位子越高,流量越大。 ()
阴虚动风证的临床特点是()
甲与乙签订了仓储合同,由乙保管甲的6箱货物,保管期限为3个月。甲提前1个月提取了其中3箱货物,另3箱货物则在仓储期满后1个月才提取。对此,下列选项中正确的是()。
在竣工验收前,对已完工程及设备进行保护所需的费用属于( )。
相对于优先股,永续债独有的特点不包括()。
下列有关企业的公平市场价值的表述中,错误的有()。
Communication via e-mail is by far the most common Internet activity. You can(71 )with anyone in the world who has an Internet a
司法判例的意义是什么?(1989年4月,1990年9月,1993年4月,1994年10月)
AnEnglishschoolboywouldonlyaskhisfriend:"Wassatime,then?"Tohisteacherhewouldbemuchmorelikelytospeakinamo
ConradHiltonreallywantedtobeabanker.Instead,hesuccessfullychangedthe【C1】______purchaseofaTexaslow-endhotelinto
最新回复
(
0
)