Java Enum Examples | Novixys Software Dev Blog
Java has provided native enum types from version 1.5 onwards. Some issues arise with the use of enums in java code which this article attempts to address.
2. Enum Abstract Method
An enum type can have abstract methods just like a class. Each enum constant needs to implement the abstract method. An example follows:
Read full article from Java Enum Examples | Novixys Software Dev Blog
No comments:
Post a Comment