Which of the following statements about anonymous inner classes is false?
a. They are declared without a name.
b. They typically appear inside a method declaration.
c. They are declared with the anonymous keyword.
d. They can access their top-level class’s members.
c. They are declared with the anonymous keyword.
Computer Science & Information Technology