gpt4 book ai didi

java - java中 "Anonymous class only implement the interface or extend the class but not both"的原因是什么?

转载 作者:行者123 更新时间:2023-12-02 07:58:26 25 4
gpt4 key购买 nike

我读过匿名类只能实现接口(interface)或扩展类,但不能同时实现两者。但我不知道同时阻止两者的关键原因是什么?

请告诉我这个...

最佳答案

因为匿名类基本上没有任何名称。所以你基本上不能写

Class someClass extends SomeOtherClass implements SomeInterface

你这样做

new SomeClass/SomeInterface(){
@override
public void someMethod(){
}
};

关于java - java中 "Anonymous class only implement the interface or extend the class but not both"的原因是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9287758/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com