abc错在哪了能否解答一下

img

  • A. 接口中的方法不能有实现。
  • B. 接口天然就是抽象的,不能使用 abstract 修饰。
  • C. 接口中的变量只能为静态常量,必须赋值,默认被 public static final 修饰。