MNmichelle ngeiinmichellepro10.hashnode.dev·Nov 13, 2022 · 4 min readKotlin operator overloadingIntroduction Since Kotlin provides user-defined types, it also provides the additional functionality to overload the standard operators, so that working with user-defined types is easier. All of the unary, binary, relational operators can be overload...00
MNmichelle ngeiinmichellepro10.hashnode.dev·Nov 12, 2022 · 4 min readKotlin Range OperatorsIntroduction Kotlin offers a diverse set of solutions. The majority of these solutions are designed to make development simpler and faster. Kotlin makes it easier to do specified tasks. Its functions and methods ensures that your code is more efficie...00
MNmichelle ngeiinmichellepro10.hashnode.dev·Nov 12, 2022 · 6 min readKotlin sealed classIntroduction A sealed class is a one-of-a-kind combination of an enum and an abstract class. Our lesson will begin with the creation of an enum class. We will be forced to use an abstract class as it becomes more sophisticated. The sealed class will ...00
MNmichelle ngeiinmichellepro10.hashnode.dev·Nov 12, 2022 · 5 min readKotlin Exception HandlingIntroduction An exception is an unwelcome or unexpected occurrence that occurs during program execution, i.e. at run time, and disturbs the usual flow of the program's instructions. Exception handling is a strategy for handling mistakes and preventin...00
MNmichelle ngeiinmichellepro10.hashnode.dev·Nov 11, 2022 · 5 min readTelegram bots and how to use themIntroduction Since Facebook has been in the headlines so frequently for security problems, Telegram has grown in popularity. It is currently utilized by 550 million people worldwide, and the number is growing. Users can, for example, check up account...00