首页
用于类中虚成员函数说明的关键字()。
精华吧
→
答案
→
远程教育
→
国家开放大学
用于类中虚成员函数说明的关键字()。
A、virtual
B、public
C、protected
D、private
正确答案:virtual
Tag:
函数
关键字
成员
时间:2023-10-31 10:24:56
上一篇:
下列选项中,正确的函数重载包括()。
下一篇:
下面哪个基类中的成员函数表示纯虚函数()。
相关答案
1.
已知函数调用f(3,4,5)是正确的函数调用,则下列选项中函数f可能的声明形式包括()。
2.
下面函数原型声明中,()声明了fun为纯虚函数。
3.
Which of the following is not a method to discover reasons for the thesis?(单选)
4.
In the “School cafeteria or McDonald” example (Both places are open, and you said McDonald had the best beef hamburger.), which of the following further premises makes the argument an inductive one? (单选)
5.
Please select the best choice to complete the following sentences.I would rather complete it on my own than .
6.
Choose the correct sentence(s) from the set of sentences below. Women who believe abortions should remain legal recently held a rally in Washington DC.
7.
下列选项中,可以用于判断x和y是否对应同样存储单元的语句是()。
8.
“try except”语句中使用“except:”表示()。
9.
缺省析构函数的函数体是()。
10.
在C++中,关于下列设置参数默认值的描述中,正确的是()。
热门答案
1.
下列关于类的常量数据成员的说法中,正确的是()。
2.
在类的定义形式中,数据成员、成员函数和()组成了类定义体。
3.
在C++中,不能被派生类继承的函数是()。
4.
在C++中,能被派生类继承的函数是()。
5.
撤消对象时,系统自动调用()函数。
6.
声明一个类的对象时,系统自动调用()函数。
7.
下列关于成员函数特征的描述中,错误的是()。
8.
this指针是C++实现()的一种机制。
9.
关于抽象类, 下列表述正确的是()。
10.
()是一个在基类中说明虚函数,它在该基类中没有定义,但要求任何派生类中的可访问性的规定是相同的。