Answers

Question and Answer:

  Home  Java Developer

⟩ What must 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.

 197 views

More Questions for you: