Scala – Method Overloading

In previous post, we have seen what is auxiliary constructor . Now, let’s understand the method overloading in scala. What is method overloading? When a class can have multiple methods with same name but...