Case Class in Scala
What is a case class?
Case classes are a special kind of class created using the keyword case. Case classes are excellent for data transfer objects and for representing immutable data. It is a type of class that is mostly utilised for data storage.
c...
senthilnayagan.hashnode.dev4 min read