Suppose I have an Interface A, and an Abstract class B which implements Interface A. Now I extend this abstract class B to a normal class C. Is there any need to implement the Interface A here also. Can any on please look on this? Is there any benefit to extend both the Interface A and the the abstract class B which implements A.?

Question asked by visitor Hani