1.interface 和 interface之间java接口与接口之间只可以用extends来实现继承!2.abstract 和 interface之间抽象类和interface之间:可以用extends 和 implements来实现继承!