Which of the following is a true statement?
a. An anonymous class can extend only the Object class.
b. An anonymous class can not implement an interface.
c. An anonymous class declaration can not have an implements clause.
d. An anonymous class declaration can name more than one interface in the implements clause.
e. The class instance creation expression for an anonymous class must never include arguments.
f. None of the above
plz let me know the answer and y?
