• 回答数

    4

  • 浏览数

    100

后来后来510
首页 > 英语培训 > 接口名词的英文

4个回答 默认排序
  • 默认排序
  • 按时间排序

2岁半的猫

已采纳

implements是实现某一个接口Interface是接口的定义

接口名词的英文

102 评论(13)

悠闲小猫

implements 是实现借口的关键词!而interface 是将一个类定义成借口的关键词!

162 评论(11)

迷路的豆豆

直接上代码:public interface HelloInterface(){ void hello();}public class HelloImpl implements HelloInterface{ void hello(){ System.out.println("Hello World"); }}HelloImpl这个类是实现HelloInterface的。

111 评论(10)

霸气甫爷

接口 [jiē kǒu]基本翻译portconnectorinterface

88 评论(14)

相关问答