Question: Question 4 (10%) what is the compile error, if any, in the following program? Write one just onel) Java statement to correct it in the
Question 4 (10%) what is the compile error, if any, in the following program? Write one just onel) Java statement to correct it in the appropriate place (As an example, you can say I need to insert xyz Java statement in between line 24 and 25) 01 clasa Employee o3 String name 02 int age; 04 05 06 public Employee(String name, int age) 07 08 09 this.name name; this.age-age 10 12 class Staff extends Employee 13 14 int overTime; 15 16 public Staff (String name, int age, int overTime) 17 18 19 1 20 21 public class Test f this.overTime overTime; 23 public static void main(String args) ( 24 25 26 J Employee e = new Employee ("Sam", 10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
