首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下类定义: class Base{ int l; public: int m; private: int n; }; class Derived:
有如下类定义: class Base{ int l; public: int m; private: int n; }; class Derived:
admin
2020-07-23
24
问题
有如下类定义:
class Base{
int l;
public:
int m;
private:
int n;
};
class Derived: public Base{};
则类 Derived 所拥有的数据成员的个数是
选项
A、0
B、1
C、2
D、3
答案
D
解析
C++中派生类拥有基类的所有成员,所以Derived类中数据成员分别是:l、m、n,答案为D。
转载请注明原文地址:https://kaotiyun.com/show/lGyp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
下列字符串中,不可以用做C++标识符的是()。
在面向对象方法中,不属于“对象”基本特点的是()。
有如下程序:#includeusingnamespacestd;intmain(){voidfunction(doubleval);doubleval;function(val);cout
计算数列第n项的函数定义如下:inta(intn){if(n==0)return0;elseif(n==1)return1;elseif
下列关于运算符函数的描述中,错误的是()。
下列叙述中正确的是
下列有关继承和派生的叙述中,正确的是()。
下列选项中,正确的C++表达式是
有如下语句序列:ifstreaminfile("DATA.DAT");if(infile.good())cout<<"A";else{cout<<"B";ofstreamoutfile("DATA.DAT");if(outfile.fail
下列选项可以做C++标识符的是()。
随机试题
设则y’=()
消毒灭菌效果合格的物品是
不影响咀嚼效率的因素有
不是胸部损伤的伤员常见护理诊断的是
“备案号”栏:()。“起运国(地区)”栏:()。
大气层的厚度约为()。
aircraftcarrier
Thetranslatormusthaveanexcellent,up-to-dateknowledgeofhis【C1】______languages,flailfacilityinthehandlingofhist
ReadthetextbelowandanswerQuestions21-27.HowtoPrepareforaPresentationThefirsttimeyourbosss
Overaverylargenumberoftrials,theprobabilityofanevent______isequaltotheprobabilitythatitwillnotoccur.
最新回复
(
0
)