1.  >>  高等继续教育 / 面向对象程序设计
 高等继续教育 / 面向对象程序设计
正确率:100%

【面向对象程序设计】模拟试题
给出下面程序输出结果。#include <iostream.h>class Base {private: int Y;public:Base(int y=0) {Y=y;cout<<"Base("<<y<<")\n";}~Base() {cout<<"~Base()\n";}void print() {cout <<Y<< "";} };class Derived:public Base{private: int Z;public:Derived (int y, int z):Base(y){ Z=z;cout<<"Derived("<<y<<","<<z<<")\n"; }~Derived() {cout<<"~Derived()\n";}void print() {Base::print(); cout<<Z<<endl; }};void main(){Derived d(10,20);d.print(); }
考题内容:
给出下面程序输出结果。#include <iostream.h> class Base {private: int Y; public: Base(int y=0) {Y=y;cout<<"Base("<<y<<")\n";}~Base() {cout<<"~Base()\n";}void print() {cout <<Y<< "";} }; class Derived:public Base {private: int Z; public: Derived (int y, int z):Base(y) { Z=z; cout<<"Derived("<<y<<","<<z<<")\n"; } ~Derived() {cout<<"~Derived()\n";} void print() {Base::print(); cout<<Z<<endl; } };void main() {Derived d(10,20); d.print(); } 

 参考答案:
 佳题速递:
  • 名词解释 决策管理心理学
  • 18、货币转化为资本的前提是 A. 商品按价值量的大小进行等价交换 B. 价格围绕价值上下波动 C. 商品价值量由社会必要劳动时间决定 D. 劳动力成为商品马克思主义基本原理概论
  • 16[多选题] 下列关于β值和标准差的表述中,正确的有(        )。 A.β值测度系统风险,而标准差测度非系统风险 B.β值测度系统风险,而标准差测度整体风险 C.β值测度财务风险,而标准差测度经营风险 D.β值只反映市场风险,而标准差还反映特有风险 E.β值测度非系统风险,而标准差测度系统风险财务管理学
  • 派出机关是由地方行政机关所设立的派出组织,在我国可以设立派出机关的地方人民政府有:( )行政法学(专)
  • 犯罪中止的特征有必须发生在犯罪过程中错误正确刑法学(专)
  • 速度投影定理不适用于理论力学