Skip to content

Instantly share code, notes, and snippets.

@seeni-dev
Created November 13, 2021 07:26
Show Gist options
  • Save seeni-dev/4b8e43e89e02f7dce39c952a4d4c5316 to your computer and use it in GitHub Desktop.
Save seeni-dev/4b8e43e89e02f7dce39c952a4d4c5316 to your computer and use it in GitHub Desktop.
YourClasses.scala
case class Address(doorNo: Int, street: String, city: String, zipCode: String)
case class Person(name: String, age: Int, address: Address)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment