Java

Topic: Abstract Class and Interfaces

What must a class do to implement an interface?

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

Browse random answers: