接口名字 interface
接口代表一种能力
接口是单继承多实现
接口中加变量 public static final int num=10;
继承是类的对象
接口是对象的抽象
inter ceof 判断实例是否是某个类型