Essay
public HourlyEmployee(char dept, double rate, int hours)
{
---- code here ----
}
Given the overloaded constructor above, write the appropriate statement that calls the superclass constructor and passes the indicated arguments to the superclass constructor.
Correct Answer:
Verified
super(dept...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions