二级二级C++2008年4月全国计算机等级考试二级C++笔试试题
题目内容

有如下程序:#include<iostream>using namespace std;class Base {int x;public;Base{int n=0}; x(n){cout<<n;}Int getX()const{return x;}};class Derived public Base{int y;public;Derived(int m, int n): y(m), Base(n){cout<<m;}Derived(int m): y(m){cout<<m;}};int main(){Derived dl(3), d2(5,7);Return 0;}运行时的输出结果是(    )。

2024-07-09

A.375

B.357

C.0375

D.0357

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端