Core Java : What must a class do to implement an interface?

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

No comments:

Post a Comment