interface (1)

来源:互联网 发布:美国经济数据信息最新 编辑:程序博客网 时间:2024/05/22 04:26

Defining an interface

[visibility] interface InterfaceName [extends other interfaces] {
constant declarations
member type declarations
abstract method declarations
}

interface中的方法定义必须是public abstract
原创粉丝点击