enum
sealed class
Enum representation
enum class Student { Mahesh, Suresh, Smitha }
SealedClass representation
sealed class Student { object Mahesh object Suresh object Smitha }
There was an error while loading. Please reload this page.