We have learnt about overloading and overriding concept in every other language (specifically the language which is Object-Oriented Language). Overloading concept basically deals with using one met [.....]
We have learnt about overloading and overriding concept in every other language (specifically the language which is Object-Oriented Language). Overloading concept basically deals with using one met [.....]
In previous lecture, we learned about what is inheritance? but now in this lecture we will study in depth about methods involved in Any(which is superclass in kotlin). Any class in kotlin use to in [.....]
We have worked with inheritance concepts in Java, c#, and many other languages, but now let’s see how the inheritance concept works with Kotlin. By definition, we all know that inheritance me [.....]
We have made classes in Java, in the same manner, there are classes in Kotlin as well but they are fully known as Data Classes in kotlin. A data class is something that holds data for us. These typ [.....]