Anonymous Inner Class (匿名内部类)是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?

内部类匿名类浏览:293收藏:1
答案:
可以继承其他类或实现其他接口。不仅是可以,而是必须!