首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下列代码段中声明了3个类: class Person{}; class Student:public Person{}; class Undergraduate:Student{}; 下列关于这些类之间关系的描述中,错误的是
下列代码段中声明了3个类: class Person{}; class Student:public Person{}; class Undergraduate:Student{}; 下列关于这些类之间关系的描述中,错误的是
admin
2017-07-05
38
问题
下列代码段中声明了3个类:
class Person{};
class Student:public Person{};
class Undergraduate:Student{};
下列关于这些类之间关系的描述中,错误的是( )。
选项
A、类Person是类Undergraduate的基类
B、类Undergraduate从类Student公有继承
C、类Student是类Person的派生类
D、类Undergraduate是类Person的派生类
答案
B
解析
本题考查基类和派生类的逻辑关系,属于基础知识,如果没有指明哪种继承方式,那么默认为私有继承,所以B选项错误。
转载请注明原文地址:https://kaotiyun.com/show/7LAp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
设有如下定义 struct ss { char name[10]; int age; char sex; }std[3], * p=std; 下面各输入语句中错误的是
下列程序对加号进行了重载,划线部分的语句是【 】。#include<iostream.h>#include<math.h>classTriangle{intx,y,z;double
下列程序的运行结果是【 】。#include<iostream.h>#include<string.h>voidmain(){char*a[5]={"stuent","worker","tea
下列程序的运行结果是【 】。#include<iostream.h>classtest{private:intnum;public:test()intTES
对于下面程序,对p调用正确的是( )。 class A{ public:fun(int i){cout<<i<<endl;} }; main(){ A a; int k=0; void(A
若需要利用形参直接访问实参,则应把形参变量说明为( )参数。
有如下类的定义。应在空格处填入的语句是()。classMyClass{______________intx,y;public:MyClass(inta=0,intb=0)
假定要动态分配一个类型为Worker的具有n个元素的数组,并由r指向这个动态数组,则使用的语句是【 】。
下列运算符中,*运算符在C++中不能重载()。
随机试题
A、It’salwaysthehardest-hitarea.B、Manyfacilitieswillbeunderwater.C、Theweatherwillgetverywet.D、Agriculturaloutput
影响需求变动的因素有哪些?
A.痰中带血、质浊、有腥臭味B.痰多、色黄、质稠C.痰白、质稀D.脓血相兼浊痰、有腥臭味E.痰少、质黏、夹有血丝咳嗽痰热郁肺证,其痰的特点是()
心阳暴脱证与其他证型的主要鉴别症状是
属于环境中的二次污染物是
设由方程exy+x+y=1确定隐函数y=y(x),则=( )。
某项目部承接了5000t级单锚板桩结构顺岸码头工程。问题:板桩码头建筑物主要由哪几部分组成?
在施工成本控制的步骤中,控制工作的核心是()。
APolishproverbclaimsthatfish,totasteright,shouldthreetimes—inwater,inbutterandinwine.Theearlyeffortsofthe
(1)TheBurmesesub-inspectorandsomeIndianconstableswerewaitingformeinthequarterwheretheelephanthadbeenseen.We
最新回复
(
0
)