Learn the differences between sealed classes and enums in Kotlin. ... sealed class OsSealed { object Linux : OsSealed() object Windows ...
確定! 回上一頁