有如下程序:
#include <iostream>
using namespace std;
class Base{
protected:
Base(){cout<<'A';}
Base(char c){cout<<c;}
};
class Derived:public Base{
public:
Derived(char c){cout<<c;}
};
int main(){
Derived d1('B');
return 0;
}
执行这个程序屏幕上将显示输出( )。
发布于 2021-02-15 16:35:59
【单选题】
A B
B BA
C AB
D BB
查看更多
- 体验AI问答!更聪明、超智能!
- 一款基于GPT的超级AI助手,可以对话、创作、写文案!