Код: Выделить всё
MyIntListImpl is not abstract and does not override abstract method getItem() in IMyDummyList
my code:
interface IMyDummy {
Object getItem();
}
< /code>
Код: Выделить всё
interface IMyDummyList {
List getItems();
}
< /code>
abstract class AbsItem implements IMyDummy {
public abstract T getItem();
}
< /code>
class JsonBase {
public Object pupupidu() {
return new Object();
}
}
< /code>
abstract class Abs implements IMyDummyList {
public abstract List
Подробнее здесь: [url]https://stackoverflow.com/questions/79782033/myintlistimpl-is-not-abstract-and-does-not-override-abstract-method-getitem-in[/url]
Мобильная версия