private int salaryPerHour;
private int hoursPerMonth;
public HourlyEmployee(String name,int birth,int salaryPerHour,int hoursPerMonth){
super(name,birth);
thissalaryPerHour = salaryPerHour;
thishoursPerMonth = hoursPerMonth;
}
欢迎分享,转载请注明来源:内存溢出
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)