当前位置:   article > 正文

接口以及接口中的方法能被哪些修饰符修饰_illegal modifier for the interface method remotefi

illegal modifier for the interface method remotefieldtocosmicattfield; only

当我给接口添加final修饰符时显示错误信息

Illegal modifier for the interface InterfaceTest; only public & abstract are permitted

即接口只能被public,abstract修饰符修饰,接口被设计的目的主要就是为了被继承,final修饰类却是表名该类不能被继承,所以用final修饰接口是无意义的

接口内的方法添加final修饰符时显示错误信息

Illegal modifier for the interface method fun; only public, abstract, default, static and strictfp are permitted

即只有public, abstract, default, static and strictfp修饰符可以修饰方法

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/201856?site
推荐阅读
相关标签
  

闽ICP备14008679号