首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序 #include<iostream> using namespace std; class GA{ public: virtual int f( ) {return 1;} }; class GB:
有如下程序 #include<iostream> using namespace std; class GA{ public: virtual int f( ) {return 1;} }; class GB:
admin
2017-10-17
40
问题
有如下程序 #include<iostream> using namespace std; class GA{ public: virtual int f( ) {return 1;} }; class GB:public GA{ public: virtual int f() {return 2;} }; void show(GA g){cout<<g.f();} void display(GA&g){cout<<g.f();} int main() { GA a;show(A) ;display(A) ; GB b;show(B) ;display(B) ; return 0; }运行时的输出结果是
选项
A、1111
B、1211
C、1112
D、1212
答案
C
解析
转载请注明原文地址:https://jikaoti.com/ti/RIt0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
下列程序的运行结果是#include<iostream.h>classA{inta;public:A(){a=0;}A(intaa){
下列关于数据库系统的叙述中,正确的是()。
在程序设计阶段应该采取________和逐步求精的方法,把一个模块的功能逐步分解,细化为一系列具体的步骤,进而用某种程序设计语言写成程序。
以下程序的执行结果是()。#include<iostream.h>template<classT>classSample{Tn;Public:Sample(Ti){n=i
若有如下语句#include<iostream.h>voidmain(){intx=3;do{x=x-2cout<<x;{while(!(--x);}则上面程序段
以下都是C++语言标识符的是()
下列字符串中,正确的C++标识符是()。
以下函数模板max()的功能是:返回数组a中最大元素的值。请将横线处缺失部分补充完整。template<typenameT>Tmax(Ta[],intn){Tm=a[0];for(in
下列选项中合法的用户标识符是()。
在数据流图(DFD))中,带有名字的箭头表示
随机试题
以下哪项不是癌和肉瘤的区别点
饮片处方调配复核的主要内容有()。
下列关于贷款意向书和贷款承诺的说法,正确的有()。
2015年5月4日,王某到甲公司上班,并与公司订立了5年期书面劳动合同。双方在劳动合同中就试用期、劳动报酬、工作时间和社会保险等内容作了约定,并约定王某若提前解约须向公司支付违约金10000元。2017年12月1日,决定自主创业的王某向甲公司递交了书面辞
新媒体的发展,尤其是自媒体的兴起,挑战着传统的新闻生产机制,在信息超载的同时,使新闻生产“去中心化”,新闻流动的把关功能______,不实消息______网络。弥尔顿设想的“意见的自由市场”的自净功能并未实现,很多情况下谣言往往“______”真相。填入
线性回归分析的前提假设有()
YouwillhearaninterviewwithGailJarvis,headofAustralianBroadcastingCorporation(ABC)abouttheTVseriesQuantum.Asyou
InLusaka,Zambia,ayoungmanapplyingforajobwastoldtoseethemanager.Heleanedoverthereceptionist’sdeskandasked
Thewordscienceisheardsoofteninmodemtimesthatalmosteverybodyhassomenotionofitsmeaning.Ontheotherhand,itsd
WasteNot,WantNotFeedingthe9Billion:TheTragedyofWasteA)By2075,theUnitedNations’mid-rangeprojectionforglobal
最新回复
(
0
)