给出下面的代码段
public class Base{
int w, x, y ,z;
public Base(int a,int b)
{ x=a; y=b; }
public Base(int a, int b, int c, int d){
________________
w=d; z=c;
} }
在代码说明________处写入如下哪一个代码是正确的?【 】
发布于 2021-02-15 03:24:41
【单选题】
A a=x; b=y;
B x=a, y=b;
C super(a,b)
D this(a,b)
查看更多
- 体验AI问答!更聪明、超智能!
- 一款基于GPT的超级AI助手,可以对话、创作、写文案!