Is there any difference between case object and object in scala?
It's similar with case class and class ,we just use case object instead of case class when there isn't any fields representing additional state information.
case class
class
case object