首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: class Base{ public: int data; ); class Derivedl:public Base{}; class Deriv ed2:protected Base{};
有如下程序: class Base{ public: int data; ); class Derivedl:public Base{}; class Deriv ed2:protected Base{};
admin
2019-06-12
27
问题
有如下程序:
class Base{
public:
int data;
);
class Derivedl:public Base{};
class Deriv ed2:protected Base{};
int main(){
Derivedl dl;
Derived2 d2;
d1.data=0: ∥①
d2.data=0: ∥②
return 0:
)
下列关于程序编译结果的描述中,正确的是( )。
选项
A、①②皆无编译错误
B、①有编泽错误,②无编译错误
C、①无编译错误,②有编译错误
D、①②皆有编译错误
答案
C
解析
保护继承的类DerlVied2不能访问基类Base中的公共数据成员data。
转载请注明原文地址:https://kaotiyun.com/show/fU8p777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有以下程序:#includeusingnamespacestd;classMyClass{public:staticints;MyClass();voidSetVa
以下程序的执行结果为()。#includeclassSample{intn;public:Sample(inti){n=i;}operator++(){n
有如下程序:#includeusingnamespacestd;classTestClass{public:~TestClass(){cout
下面程序的运行结果是()。#includeintx=5;intfun(inta){intc;C=X*a:returnc;}void
阅读下面程序:#includefun(inta,intb){intc;c=a+b:returnc;}voidmain(){intx=
随机试题
意识是自然界长期发展的产物也是社会劳动的产物。()
A.胃镜检查及胃黏膜活组织检查B.X线钡剂造影检查C.幽门螺杆菌检查D.胃液分析E.CT检查确诊消化性溃疡的首选检查方法是
首先创用活血利水法治疗瘀血水肿的古籍是
A.自身免疫性溶血B.急性淋巴细胞白血病C.慢性粒细胞白血病D.多发性骨髓瘤E.MDS临床上会表现出巨脾的是
甲写字楼业主将部分房屋租赁给乙单位,并签订了房屋租赁合同,乙单位没有按约定到期支付租金,并在租赁房屋期间损坏了部分租赁物品。乙单位的主要义务有()。
朱某为甲公司的经理,从2000年起一直负责采购粮油,2013年1月,公司撤销其经理职务,但朱某仍于2013年2月与粮油公司(粮油公司不知情)签订了300万的合同,朱某的行为性质属于()。
关于我国失业率的说法,正确的是()。
Manytheoriesconcerningthecausesofjuveniledelinquencycrimescommittedbyyoungpeoplefocuseitherontheindividualoro
CaloriesForyearsnow,calorieshavebeenalltherage—peoplearecountingthemandcuttingthem,andyou’dbehard-pressed
A、Snakesliketostayinthesun.B、Snakeslikewarmth.C、Snakesareusedtoextra-hotweather.D、Snakesaregoodswimmers.B短文说
最新回复
(
0
)