interface InterfaceA interface InterfaceB public interface Inter implements InterfaceA InterfaceB 指出错误并修正代码
代码没有错误,它定义了一个接口 Inter,该接口继承了两个接口 InterfaceA 和 InterfaceB。
原文地址: https://www.cveoy.top/t/topic/cafn 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
代码没有错误,它定义了一个接口 Inter,该接口继承了两个接口 InterfaceA 和 InterfaceB。
原文地址: https://www.cveoy.top/t/topic/cafn 著作权归作者所有。请勿转载和采集!