Extends 可以理解为全盘继承了父类的功能。implements 可以理解为为这个类附加一些额外的功能;interface 定义一些方法,并没有实现,需要implements 来 ...
確定! 回上一頁