

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the below Java program with an Interface? |
A. | No output |
B. | Implemented move() method. |
C. | Compiler error |
D. | None of the above |
Answer» C. Compiler error | |