Default And Named Arguments (Scala)
Reading Time: 2 minutes Overview In this blog, we are going to discuss the support of default and named arguments in SCALA. The method that takes multiple parameters of the same types is subject to mistakes that are invisible during compile time exchanging two arguments of the same type does not result in an error, but it can produce an unexpected outcome. Adding named parameters can simply solve this Continue Reading