接口中所有成员的属性默认都为public static final,也就是说接口中声明的变量都是常量。
所有方法的访问属性为public, 所以实现接口中的方法必须标识为public,否则编译出错。
转载于:https://www.cnblogs.com/hengzhezou/p/11204318.html