首页 > 试题广场 >

定义一个 接口 必须使用的关键字是 ? ( )

[单选题]

定义一个 接口 必须使用的关键字是


  • public
  • class
  • interface
  • static
  • public 公用的 共有的
  • class  类
  • interface 接口
  • static 静态
    故选C.Interface 接口

发表于 2017-07-24 13:06:11 回复(0)
这种题适合学小学编程的来做
发表于 2021-12-21 17:29:24 回复(0)
C interface 修饰  接口的意思
编辑于 2017-07-20 22:06:07 回复(0)
做这种题目智商会下降
发表于 2017-10-28 14:17:46 回复(2)
***看到a答案直接选了
发表于 2020-06-19 20:24:16 回复(2)
interface专门用来修饰接口
发表于 2017-07-11 15:14:17 回复(1)
这种智障题目
发表于 2023-02-14 08:59:27 回复(0)
extends abstract Class {}

implents interface{}
发表于 2022-08-29 09:10:58 回复(0)
public 公用的 共有的
class  类
interface 接口
static 静态

选C.
Interface 接口

发表于 2022-02-08 18:38:33 回复(0)
接口:如果一个类中的所有方法都是抽象方法,那么可以把这个类声明为一个接口。用interface来定义。接口中都是抽象方法(jdk1.8之后允许存在实体方法),。
接口特点1.不允许创建对象;
2.接口没有构造方法。(接口本身不是类)
3.可通过implements 关键字让接口和类产生联系,即叫“实现”。(java单继承,多实现)

发表于 2022-01-09 00:10:11 回复(0)
<p>interfere 是接口类 要记住!</p>
发表于 2020-06-16 23:57:11 回复(1)
接口必须public?
发表于 2020-04-13 23:31:48 回复(0)
使用interface来定义一个接口
发表于 2019-04-28 16:39:42 回复(0)
抽象类不算接口吗?
发表于 2018-06-04 00:19:36 回复(3)
送分题
发表于 2017-11-20 09:30:16 回复(0)