
Welcome to kotlin Series
Kotlin OOP series:
OOP Basic
Constructor
Inheritance
Method Overriding
This is the fourth post in this Kotlin OOP series. In this series, we are going to cover a very important topic that is method overriding. This uses in the android app development is huge. First, we create two classes and we use one class method for other class. But we already know it how...