6.1 Kotlin Enum Class Enum are data types that hold a set of constants. Enums are defined by adding the modifier enum in front of a class.
確定! 回上一頁