A

Admin • 828.03K Points
Coach

Q. From which class do all Enums extend?

  • (A) Enums
  • (B) Enum
  • (C) EnumClass
  • (D) Object
  • Correct Answer - Option(B)
  • Views: 9
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
All enums implicitly extend from java.lang.Enum. Since Java does not support multiple inheritance, an enum cannot extend anything else.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.