Software Development

Kotlin Enum examples

When we have a fixed set of predefined constants,  it is considered a good practice grouping them in an enum type.

Sample Usage

1. Simple Enum

[wp_ad_camp_1]

Sample usage:

Outputs:

2. Enum with Instance Method and Field

[wp_ad_camp_2]

Sample usage:

Outputs:

3. List all Enum types

[wp_ad_camp_3]

Outputs:

References

https://kotlinlang.org/docs/reference/enum-classes.html

[wp_ad_camp_4]

846 total views , 1 views today

Got comments or suggestions? We disabled the comments on this site to fight off spammers, but you can still contact us via our Facebook page!.


You Might Also Like