Since each enum constant is an object of enum class, it can be initialized. Let's see an example to initialize enum. enum class Color(val value: Int) { ...
確定! 回上一頁