Question: Question 19 (1 point) : Look at the following code. What is missing from ClassA? Line 1 public interface MyInterface Line 2 Line 3 int

Question 19 (1 point) : Look at the following code. What is missing from ClassA? Line 1 public interface MyInterface Line 2 Line 3 int EIELDA = 55; Line 4 public int methodA (double) Line 6 public class ClassA implements MyInterface Line 7 e e FIELDA = 60; Line 9 public int methodB (double) Line 10 It does not override methodA It does not have a constructor It does not overload methodA Nothing is missing. It is a complete class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
