Java Software Engineer Question:
Tell me can an enum be extended?

Answer:
No. Enum types are final by design.
Previous Question | Next Question |
Tell us what do you mean by aggregation? | Explain me when do you need to override the equals and hashCode methods in Java? |