Deep Insights
April 13, 2023
Kotlin is a modern programming language that has become popular for its concise syntax, powerful features, and seamless interoperability with Java. One of the features that sets Kotlin apart from other...
April 12, 2023
In Kotlin, a side effect is a change in the state of a program that occurs outside of the current function. A side effect can be caused by modifying a variable outside of a local scope(don’t worry we will...
April 11, 2023
Kotlin is a modern programming language that has been gaining popularity in recent years, thanks to its combination of pragmatic design, concise syntax, and a strong focus on safety. Developed by JetBrains,...
April 6, 2023
Kotlin Sealed classes are a powerful tool for implementing a type hierarchy with a finite set of classes. A sealed class can have several subclasses, but all of them must be defined within the same file....
No posts found
