Scala – Method Overriding

In previous post, we have seen what is Inheritance. Now, we will learn about method overriding. When a subclass has the same name method as defined in the parent class. It is called as...