I have read Anonymous class can only implement the interface or extend the class but not both. But I don’t know what is the key reason behind it to prevent both at the same time?
Please enlighten me on this…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because anonymous class basically doesnt has any name. So you basically cannot write
you do it like