首页 试题广场 > 试题详情
单选题

有一个员工类Emp如下代码,类中有几个构造方法()。
public class Emp {
private String name;
private int age;
public static int ncount = 81;
public Emp(String name, int age) {
super();
this.name = name;
this.age = age;
}
}

  • A.1
  • B.2
  • C.3
  • D.没有
提交并查看答案
下一题 上一题
Ke星伙伴们的回答/ 21个回答
关闭
关闭
QQ
交流群
邀请
好友
App
下载
意见
反馈
返回
顶部