首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序 #include<iostream> using namespace std; class base { public: virtual void f1() { cout<<"F1
有如下程序 #include<iostream> using namespace std; class base { public: virtual void f1() { cout<<"F1
admin
2013-02-27
30
问题
有如下程序 #include<iostream> using namespace std; class base { public: virtual void f1() { cout<<"F1Base"; } virtual void f2() { cout<<"F2Base"; } }; class derive:public base { void f1() { cout<<"F1 Derive"; } void f2(int x) { cout<<"F2 Derive"; } }; int main() { base obj1,*p; derive obj2; p=& obj2; p->f1(); p->f2(); return (); ) 执行后的输出结果是( )。
选项
A、F1Derive F2Base
B、F1Derive F2Derive
C、F1Base F2Base
D、F1Base F2Derive
答案
1
解析
转载请注明原文地址:https://kaotiyun.com/show/uaVp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
设有如下程序段:#include<stdio.h>chars[20]="Beijing",*P;P=s;则执行p=s;语句后,以下叙述中正确的是()。
若函数中有定义语句:intk;,则()。
下列叙述错误的是()。
有以下程序:#include<stdio.h>intfun(intn){inta;if(n==1)return1;a=n+fun(n-1);returna;}main(){printf("%d\n",fun(5));}程序的
以下叙述中正确的是()。
下列叙述中正确的是()。
以下属于不合法的常量数据是()。
以下对软件测试描述错误的是()。
以下对软件特点描述正确的是()。
栈和队列的共同特点是()。
随机试题
产后会阴护理哪项不对
收益公司债券与其他债券的区别在于()。
托运人的定义是指货物所有者本人,或者委托他人以本人的名义,或者委托他人为本人与承运人订立货物运输合同的人。
下列关于奉献与企业健康发展关系的论述中,正确的是()。
已知集合A={x|log2x≤2),B=(-∞,a),若A[*]B,则实数a的取值范围是(c,+∞),其中c=__________.
福禄贝尔关于幼儿园教育方法的基本原理是
教育即生活(2020年华东师大)
Becausecollegesanduniversitiesperformsuchawidevarietyofroles,someeducatorscomplainthattheirinstitutionsareexpe
Inthepast,mostcitiesusuallywerethenaturaloutgrowthofvillagesandtownsthathappenedtoprosper.Romestartedoutas
Inthesummerheat,it’seasytodeveloptheembarrassingproblemofbodyodorifyou’renotcareful.Bacterialiveallovero
最新回复
(
0
)