Can an anonymous class be declared as implementing an interface and extending a class?
An anonymous class may implement an interface or extend a superclass, but may not be declared to do both.
An anonymous class may implement an interface or extend a superclass, but may not be declared to do both.