just a little question that can be stupid but i want to be sure of this. If i got 2 classes: ClassA and ClassB declared in this way
public ClassA implements Usable... //Usable is an interface obviously
...
public ClassB extends ClassA ...
...
Does ClassB implement Usable?
EDIT And if the answer is yes if i ll write this declaration below
public ClassB extends ClassA implements Usable
what will happen ? eclipse doesn't show me errors but i want to know if there will be in some way