Answers

Question and Answer:

  Home  Java

⟩ Can an anonymous class be declared as implementing an interface and extending a class in Java Programming?

An anonymous class may implement an interface or extend a superclass, but may not be declared to do both.

 184 views

More Questions for you: