All enums implicitly extend java.lang.Enum. Since Java does not support multiple inheritance, an enum cannot extend anything else.
Previous Question Next Question
Your comments will be displayed only after manual approval.