Multiple choice

_________________ are the classes that do not need a name since you don't need them anywhere else in the program.

  1. Inner classes

  2. Adapter classes

  3. Anonymous classes

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Anonymous classes are the classes that you declare in a method which do not need a name since you do need them anywhere else in the program.