Case Class in Scala
Jul 24, 2022 · 4 min read · 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...
Join discussion



