The type InterfaceTest must implement the inherited abstract method Calculate2.multiple(int, int)
:InterfaceTest 유형은 상속 된 추상 메소드 Calculate2.multiple (int, int)를 구현해야합니다.
1. 추상클래스를상속받겠다고 했는데 정의를 안해줬을 떄 생기는 오류
해결하는 방법은 추상클래스를 상속 받을 놈을 찾아가 보면 됨
'오류 & 에러잡기' 카테고리의 다른 글
class java.math.BigDecimal cannot be cast to class java.lang.String (0) | 2022.08.02 |
---|---|
SQL Error [1052] [23000] (0) | 2022.06.24 |
[Java 오류] The public type [클래스타입] must be defined in its own file (0) | 2019.09.24 |