extends 和 implements

extends是继承类与类的

implements是实现接口的

类与类之间只支持单继承

接口与接口之间支持多继承

原文地址:https://www.cnblogs.com/hezijava/p/5577799.html