Which method1 will be executed when the following statements are executed?
```
Line 1 public interface MyInterface
Line 2 {
Line 3 int FIELDA = 55;
Line 4 public int methodA(double);
Line 5 }
Line 6 public class ClassA implements MyInterface
Line 7 {
Line 8 FIELDA = 60;
Line 9 public int methodB(double) { }
Line 10 }
```
a. It does not override methodA.
b. It does not have a constructor.
c. It does not overload methodA.
d. Nothing is missing. It is a complete class.
a. It does not override methodA.
You might also like to view...
You should use a ComboBox when:
a) aesthetic reasons dictate it. b) there are many choices. c) they want to allow the user to select from pre-set options. d) all of the above. e) a) & c).
DTDs employ a syntax called ____, which is different from the syntax used for XML.
A. SQL B. EBNF C. PHP D. Perl
What type of disk provides the best performance on the virtual machine running the Software Target?
A. fixed size B. dynamically expanding C. passthrough D. differencing
Which of the following tools is an add-in?
A) One-variable data table B) Goal Seek C) Scenario Manager D) Solver