InterviewSolution
Saved Bookmarks
| 1. |
Can You Use An Anonymous Class To Implement An Interface And Extend Another Class? |
|
Answer» Yes, it is possible for an ANONYMOUS CLASS to implement an INTERFACE and extend a super class but it cannot be USED to do both at the same time in the same declaration. Yes, it is possible for an anonymous class to implement an interface and extend a super class but it cannot be used to do both at the same time in the same declaration. |
|