Consider the following interface and class: What must be true about the code for class C in

Question:

Consider the following interface and class:

public interface I { public void m1 (); public void m2 (); public class c implements I { // code for class C

What must be true about the code for class C in order for that code to compile successfully?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: