Created
November 13, 2021 07:26
-
-
Save seeni-dev/4b8e43e89e02f7dce39c952a4d4c5316 to your computer and use it in GitHub Desktop.
YourClasses.scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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