Tuesday, 12 April 2011

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.

No comments:

Post a Comment