Loading, please wait...

Showing articles with Kotlin Language. Show all articles
In this article, we will cover the following pointers:What is an abstract class in kotlin?Syntax of an abstract classExample of the declaring an abstract class with the abstract member function.
In this article, we will cover the following:What are kotlin classes?What are objects?What is a nested class?What is an inner class?
In this article, you will learn about the following pointers:What are collections?How many types of collections does kotlin have?How to create the list, sets, maps in kotlin?