In the previous post we have discussed ‘open’ and ‘override’ keywords in Kotlin, but now let us discuss them in detail. In inheritance, it is very important to use these 2 k [.....]
In the previous post we have discussed ‘open’ and ‘override’ keywords in Kotlin, but now let us discuss them in detail. In inheritance, it is very important to use these 2 k [.....]
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 [.....]