For this question, consider the following interface:
public interface Speakable { public void speak(); }
What do we know when we see a class that implements Speakable?
There are no hints for this question