Answers

Question and Answer:

  Home  Java

⟩ What must a class do to implement an interface in Java Programming?

It must provide all of the methods in the interface and identify the interface in its implements clause.

 129 views

More Questions for you: