首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #include using namespace std; class TestClass l { public: TestClass 1 0{cout
有如下程序: #include using namespace std; class TestClass l { public: TestClass 1 0{cout
admin
2021-05-06
20
问题
有如下程序:
#include
using namespace std;
class TestClass l
{
public:
TestClass 1 0{cout<<”TestClass 1”;)
-TestClass l 0{tout<<”~TestClass l”;)
);
class TestClass2:public TestClass l
{
TestClass l*p;
pu
选项
A、TestClass2TestClass 1 TestClass l~TestClass l~TestClass2~TestClass 1
B、TestClasslTestClass2TestClassl~TestClass2~TestClass l~TestClass l
C、TestClass2TestClasslTestClassl~TestClass2~TestClass l~TestClass 1
D、TestClass 1 TestClass2TestClas l-~TestClass 1~TestClass2~TestClass l
答案
B
解析
派生类中构造函数的执行顺序是:先调用基类构造函数,对基类数据成员初始化,然后调用子对象构造函数,对子对象数据成员初始化;最后执行派生类构造函数本身,对派生类数据成员初始化。由主函数main入手,首先定义了一个TestClass2对象obi。其中TestClass2公共继承TestClassl,对象obi可以访问TestClassl中的公有成员函数。TestClass2中定义了一个TestClassl的指针p,给p分配新空间,即指向类TestClassl,输出“T5estClassl”。在TestClass2的构造函数中首先输出“TestClass2”,并在’TestClassl构造函数中输出“TestClassl”。TestClass2析构函数中输出“~TestClass2”,删除指针p,输出“~TestClassl”。析构。TestClassl输出“~TestClassl”。
转载请注明原文地址:https://kaotiyun.com/show/lXfp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
在函数中,可以用auto、extern、register和static这四个关键字中的一个来说明变量的存储类型,如果不说明存储类型,则默认的存储类型是()。
下列关于输入流类成员函数getline()的叙述中,错误的是
有如下程序:#includeusingnamespaeestd;classGA{public:virtualintf(){return1;}};classGB:public
下列关于运算符重载的描述中,错误的是
有如下类定义classMyclasspublic:Private:intdata;};若要为Myclass类重载流输入运算符>>,使得程序中可以“cin>>obj;”形式输入Myclass类的
下面不属于软件需求分析阶段主要工作的是()。
下列符号中可以用做C++标识符的是()。
在软件设计中不使用的工具是
数据库设计的四个阶段是:需求分析、概念设计、逻辑设计和()。
随机试题
现代汉语普通话的音节,最多可由四个音素构成,最少有一个音素,这个音素一般得是元音。()
Theresearchlaboratoryisgoingto______thenewtypeofcomputertouse.
某医务室随机测量了10名男生的胸围和肺活量,已知胸围和肺活量均服从正态分布,则如需对资料进行假设检验,其无效假设是
按照《中华人民共和国海关稽查条例》规定,海关进行稽查时可以行使的职权有______。海关在行使稽查权时,主要稽查对象有______。
下列关于产权比率的表述中,正确的有()。
出租房屋的用途应按()的用途使用。
经历了快速建仓带来的跌穿之痛,近两月以来成立的偏股型新基金纷纷采取低仓位缓建仓的措施,28只新基金虽然无一跌穿面值,但收益也______。填入横线部分最恰当的一项是()。
Whatattractscustomers?Obviouslythequalityofaproductdoes,butvisualimages【51】agreatdeal.Itisnotonlytheimagepr
Tomanyweb-buildingspiders,mostof【C1】______arenearlyblind,thewebistheiressentialwindow【C2】______theworld.,their
A、ThethreatshumansposetoArcticseabirds.B、ThediminishingcoloniesforArcticseabirds.C、TheharmArcticseabirdsmaycau
最新回复
(
0
)