首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下类定义: class Cup{ public: void SetPrice(double val) { price=val; } _______________
有如下类定义: class Cup{ public: void SetPrice(double val) { price=val; } _______________
admin
2020-05-14
27
问题
有如下类定义:
class Cup{
public:
void SetPrice(double val) { price=val; }
_______________ //常成员函数 GetPrice 的声明
private:
double price;
};
下列函数声明中,能够作为横线处缺失的常成员函数 GetPrice 的声明的是
选项
A、constdoubleGetPrice();
B、doubleconstGetPrice();
C、doubleGetPrice()const;
D、doubleGetPrice(const);
答案
C
解析
本题考查常成员函数,其定义的一般形式如下:
返回值类型 常成员函数名(参数列表) const;
所以C选项正确。
转载请注明原文地址:https://kaotiyun.com/show/Uq8p777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
不合法的main函数命令行参数表示形式是()。
在面向对象方法中,属性与操作相似的一组对象称为【】。
请将下列类定义补充完整。classBase{public:voidfun(){cout<<"Base::fun"<<endl;}};classDerived:publicBase{public:voi
模板函数的真正代码是在()时候产生。
下列程序的运行结果为#include<iostream,h>TemplateclassTT>classFF{TTa1,a2,a3;public;FF(TTb1,TTb2,TTb3){a1=b1
如果在表达式++x/y中,++是作为友元函数重载的,/是作为成员函数重载的,则该表达式还可为
以下有关成员函数特征的叙述不正确的是
程序的3种基本控制结构是
下列有关模板的叙述中,正确的是()。
设循环队列为Q(1:m),其初始状态为front=rear=m。经过一系列入队与退队运算后,front=30,rear=10。现要在该循环队列中作顺序查找,最坏情况下需要比较的次数为
随机试题
Foryears,scientistshavebeenwarningusthattheradiationfrommobilephonesisdetrimentaltoourhealth,withoutactually
()是指建设项目筹资经济活动中,当事人在保证合同中约定,债务人不能履行债务时,由保证人承担保证责任。
基本施工方法为横挖法的挖泥船有()。
内部招募有效的方法是()。
下列活动中属于严格意义上行政执法的是
GeneralIdeasaboutRhetoricI.Thedefinition&understandingofrhetoricA.Dictionarydefinition:theartofusingwords【T1】
A、Diligent.B、Interesting.C、Creative.D、Cooperative.D
MarriageisconsideredanoccasionofgreatrejoicingintheWestasitisinChina.ButintheWestthebrideissupposedtobe
A、TheimpactofHalloweenonchildrenisunderestimated.B、PeopleusedtocelebratenewyearattheendofOctober.C、Spiritsco
Facebookiscrackingdownoncryptocurrencies(加密数字货币)byusingoneofitsmostpowerfultools:accesstoitsmassiveadvertisin
最新回复
(
0
)