The type InterfaceTest must implement the inherited abstract method Calculate2.multiple(int, int)

:InterfaceTest 유형은 상속 된 추상 메소드 Calculate2.multiple (int, int)를 구현해야합니다.

 

1. 추상클래스를상속받겠다고 했는데 정의를 안해줬을 떄 생기는 오류 

해결하는 방법은 추상클래스를 상속 받을 놈을 찾아가 보면 됨 

+ Recent posts