Technology

Technology

Minimal set of words which acts as tech guide ,documented for following purpose like kick starting stuff easier , reference the emphasised feature or basic intro about the stuff..!!!

Difference between object and class in Scala.

Object so in scala object is a singleton instance of the class, lets explain with small snippet. object test { def addPlusOne(a:Int) = a+1; } So when your calling the function instance is