首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
若有以下程序: #include<iostream> using namespace std; class TestClass 1 { public: TestClass1() { X=0; }
若有以下程序: #include<iostream> using namespace std; class TestClass 1 { public: TestClass1() { X=0; }
admin
2012-01-20
32
问题
若有以下程序:
#include<iostream>
using namespace std;
class TestClass 1
{
public:
TestClass1()
{
X=0;
}
int x;
};
class TestClass2:virtual public TestClass1
{
public:
TestClass2()
{
x=10;
}
};
class TestClass3:virtual public TestClass 1
{
public:
TestClass3()
{
x=20;
}
};
class TestClass4:public TestClass2, protected TestClass3
{ };
int main()
{
TestClass4 obj;
cout<<obj.x<<end1;
return 0:
}
该程序运行后的输出结果是______。
选项
答案
20
解析
转载请注明原文地址:https://kaotiyun.com/show/HJVp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有以下程序#include<stdio.h>main(){intc,d;c=(13>>1)|1;d=(13>1)||1;printf("%d,%d\n",c,d);}程序运行后的输出结果
C语言规定,函数返回值的类型是()。
以下选项中非法的C语言字符常量是
以下叙述中错误的是()。
在C语言中,只有在使用时才占用内存单元的变量,其存储类型是()。
下列工具中,不属于结构化分析的常用工具的是()。
将E-R图转换为关系模式时,E-R图中的属性可以表示为
下列工具中,不属于结构化分析的常用工具的是()。
在线性表的链式存储结构中,其存储空间一般是不连续的,并且()。
关于运算符重载,下列表述中正确的是()。
随机试题
经世文派的两个特点。
婚姻家庭法的调整对象,按其性质可以分为两类,即财产关系和()
关于肾小管分泌K+的叙述,哪项不正确
下面属于稽留热的是
口服给药后,进人体循环有效药量减少的现象称为
冠心病患者术前治疗的主要目的是
财务比率分析的基本内容包括()。Ⅰ.偿债能力分析Ⅱ.营运能力分析Ⅲ.周转能力分析Ⅳ.盈利能力分析
某网店以高于进价10%的定价销售衬衫,在售出后,以定价的8折将余下的衬衫全部售出,该网店的预计盈利为成本的()。
Whatdothestudentshavetodoiftheywanttojoinaspecialinterestclass?
A、Theysleepforalongtime.B、Theymigratetowarmerareas.C、Theyeatmorefoodtokeepwarm.D、Theystoreupfoodforthene
最新回复
(
0
)