Computer Science, asked by sandeepsingh3755, 1 year ago

Which is true about an anonymous inner class?

a. it can extend exactly one class and implement exactly one interface.

b. it can extend exactly one class and can implement multiple interfaces.

c. it can extend exactly one class or implement exactly one interface.

d. it can implement multiple interfaces regardless of whether it also extends a class?

Answers

Answered by samerjeetsingh1
0
b) it can extend exactly one class and can implement multiple interfaces.
Answered by Anonymous
0
i think the answer is b
Similar questions