Answers

Question and Answer:

  Home  Java Developer

⟩ Can 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.

 224 views

More Questions for you: