Solved

Which of the Following Is a Good Use for an Anonymous

Question 51

Multiple Choice

Which of the following is a good use for an anonymous class?


A) Use an anonymous class to implement polymorphism.
B) Use an anonymous class to implement a callback.
C) Use an anonymous class when all methods of the class will be static methods.
D) Use an anonymous class when the program will only need one object of the class.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions