filmov
tv
Enum Classes in Kotlin Fully Explained - Object Oriented Programming

Показать описание
What are enums in Kotlin?
Sometimes in your coding you will need to have fix set of related constants, in such cases we will create enums. In this video we will see how to create enums and when to use them.