Why would an Enum implement an Interface?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-04-25T19:31:59Z Indexed on 2010/04/25 19:43 UTC
Read the original article Hit count: 145

Filed under:
|

I just found out that Java allows enums to implement an interface. What would be a good use case for that?

© Stack Overflow or respective owner

Related posts about java

Related posts about enums