Skip to content

Instantly share code, notes, and snippets.

@AditChauhan
Created March 14, 2020 06:33
Show Gist options
  • Save AditChauhan/e525db37ca4ebe75455324eb5088b714 to your computer and use it in GitHub Desktop.
Save AditChauhan/e525db37ca4ebe75455324eb5088b714 to your computer and use it in GitHub Desktop.
SealedExample
sealed class Time{
class Past : A()
class Present : A()
class Future : A()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment