Created
May 15, 2020 08:24
-
-
Save lu4nm3/be1eefeccff622aa52ee2f2fbd3d14af to your computer and use it in GitHub Desktop.
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
sealed trait Hygiene extends Item | |
case class Shampoo(price: Double) extends Hygiene | |
case class ToothPaste(price: Double) extends Hygiene |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment