Kotlin’s Sealed Class: Enums on Steroids
Sealed Classes vs Enums Sealed classes are another new thing we got in Kotlin that Java didn’t give us, but what is it and how can we use it to improve our code? According to kotlinlang.org, here’s the definition of Sealed classes “Sealed classes are… Read More »Kotlin’s Sealed Class: Enums on Steroids