Deep Insights
May 7, 2023
Kotlin provides a concise way to reference a member of a class or an instance of a class without invoking it, called member reference. Member reference is a functional feature in Kotlin that allows you...
May 6, 2023
Kotlin is a modern, statically typed programming language that runs on the Java Virtual Machine (JVM). One of its key features is support for lambda expressions, which provide a concise and expressive...
May 5, 2023
When Kotlin was first introduced, developers quickly fell in love with its powerful language features, including sealed classes. However, there was one thing that seemed to be missing: sealed interfaces....
May 4, 2023
Kotlin’s object keyword can be used in a variety of situations, all of which revolve around defining a class and creating an instance of that class at the same time. In this blog post, we’ll explore the...
No posts found
