D

Dhruva Jagannath • 660 Points
Invincible

Q. Which of the following can NOT be done in enum?

  • (A) Declare fields
  • (B) Create abstract methods
  • (C) Use anonymous classes
  • (D) Inherit another class

Explanation by: Dhruva Jagannath
Enums can't inherit other classes except `java.lang.Enum`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.