Skip to content

Instantly share code, notes, and snippets.

@vimiomori
Last active July 10, 2022 11:45
Show Gist options
  • Save vimiomori/2ae2362b9861d664d9533a641d1cc597 to your computer and use it in GitHub Desktop.
Save vimiomori/2ae2362b9861d664d9533a641d1cc597 to your computer and use it in GitHub Desktop.
class Pokemon {}
class EvolvablePokemon extends Pokemon {
evolve()
}
class Ditto extends Pokemon {}
class Blastoise extends EvolvablePokemon {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment