Computer Science, asked by lavizah4519, 11 months ago

Which constructs an anunymous inner class interface?

Answers

Answered by Akhilrajput1
0
D is correct.

It defines an anonymous inner class instance, which also means it creates an instance of that new anonymous class at the same time. The anonymous class is an implementer of the Runnable interface, so it must override the run() method of Runnable.
Similar questions