概述
当我给接口添加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修饰符可以修饰方法
最后
以上就是爱笑冬天为你收集整理的接口以及接口中的方法能被哪些修饰符修饰的全部内容,希望文章能够帮你解决接口以及接口中的方法能被哪些修饰符修饰所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复