Scala – Inheritance

In the previous post, we have learnt about method overloading. Now, we will see what is Inheritance in scala. Inheritance is used for reusability of the code. When a class wants to use/reimplement code...