2014-12-11 3 views
1

ImplementorSubinterface기능 이외에 Superperinterface의 모든 기능을 정의 할 수 있는가,혼란에 대한 서브 인터페이스 및 슈퍼는

public interface Subinterface extends Superinterface 
{ 
    ... 
} 

public class Implementor implements Subinterface 
{ 
    ...... 
} 

그래서 제 질문은 주어진 은을 정의해야합니까?

답변

0

예, Implementorabstract이 아니면