Question: How can the following code be corrected? Give at least two good answers. 1 public class H2ClassC { 2 H2ClassC (int a) {} 3 }
How can the following code be corrected? Give at least two good answers.
1 public class H2ClassC { 2 H2ClassC (int a) {} 3 } // end class H2ClassC 4 5 class H2ClassD extends H2ClassC{ 6 } // end class H2ClassD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
