首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
设有如下程序:#include <iostream. h>class A{public:int i;display(){ cout<<"class A\n"; }};class B{public:int i;display(){ cout<<"class
设有如下程序:#include <iostream. h>class A{public:int i;display(){ cout<<"class A\n"; }};class B{public:int i;display(){ cout<<"class
admin
2013-05-30
26
问题
设有如下程序:#include <iostream. h>class A{public:int i;display(){ cout<<"class A\n"; }};class B{public:int i;display(){ cout<<"class B\n"; }};class C: public: A, public: B{int j;public:int i;show(){ j=i*i; display(); }};void main(){C demo;demo. show();}则主程序运行时,将( )。
选项
A、因为变量i的重复定义而报错
B、因为对象demo间接调用display函数时产生歧义性而报错
C、因为类定义的语法错误而不能运行
D、没有语法错误,能够正常输出结果
答案
2
解析
转载请注明原文地址:https://jikaoti.com/ti/iOE0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
数据库管理系统是位于用户与操作系统之间的一个数据管理软件,以下不属于它的基本功能的是()。
C++程序中的预处理命令以符号【】作为起始标记。
有如下类声明:classXA{intx;public:XA(intn){x=n;}};classXB:publicXA{inty;publ
有如下程序:#include<iostream>usingnamespacestd;intmain(){cout.fill(’*’);cout.width(6);
有如下函数模板定义:template<classT>Tfunc(Tx,Ty){returnx*x+y*y;}在下列对func的调用中,错误的是______。
下面程序的输出结果为【】。#include<iostream>usingnamespacestd;voidinitialize(intprintNo,intstate=0);voidinitialize(intprintNo=1
下面关于友元函数的叙述中,不正确的是()。
在下列关于关系的陈述中,错误的是______。
有如下数组声明:intvalue[30];,下标值引用错误的是()。
下列不属于软件工程的3个要素的是1
随机试题
关于特殊地域管辖,下列说法正确的是:()
新郎经过紧张筹备准备迎娶新娘。婚礼当天迎亲车队到达时,新娘却已飞往国外,由其家人转告将另嫁他人,离婚手续随后办理。此事对新郎造成严重伤害。法院认为,新娘违背诚实信用和公序良俗原则,侮辱了新郎人格尊严,判决新娘赔偿新郎财产损失和精神抚慰金。关于本案,下列哪些
财产所有权包括()。
根据法律关系主体是否特定,可以把法律关系分为()。
2014年1—6月,表中有几个省市糖果产量超过全国总产量的三十分之一?
古文运动
一个进程被唤醒,意味着()。
下列叙述中正确的是
"WeatherandChaoticSystems"Weatherandclimatearecloselyrelated,buttheyarenotquitethesamething.Inanyparticul
TheHistoryofChineseAmericans[A]ChinesehavebeenintheUnitedStatesforalmosttwohundredyears.Infact,theChineseh
最新回复
(
0
)