Recently I started learning Scala first few concepts that learnt while modelling a domain in Scala are Case classes, traits and objects. In this blog I will try to summarize my learnings! Case Class Scala being a functional + object oriented language...