T E C h O C E A N H U B

What is override and open keyword in Kotlin(Chapter-11)

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 [.....]

Read More

Explaining Overloading and Overriding concept in Kotlin (Chapter-10)

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 [.....]

Read More

Inheritance in depth(equals(), hashCode() and toString()) -(chapter-9)

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 [.....]

Read More

Inheritance in Kotlin – (Chapter-8)

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 [.....]

Read More

What is data class in Kotlin- Chapter-7

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 [.....]

Read More

Copyright ©TechOceanhub All Rights Reserved.