二级二级C++2009年3月全国计算机等级考试C++语言笔试试卷
题目内容

有如下程序:#include<iostream>using namespace std;class AA{lilt  k;protected:int    n;void setK(int k){ this->k=k;}public:void setN(int n){ this->n=n;}};class BB: public }{/*类体略*/};int main(){BB x_ ;              //1x .n=1;              //2x.setN (2);          //3x.k=3;              //4x .setK(4);return 0;}在标注号码的四条语句中正确的是

2024-07-09

A.1

B.2

C.3

D.4

题目答案

试卷相关题目

最新试卷
热门试卷

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

去 App Store 免费下载 iOS 客户端