Skip to content

Instantly share code, notes, and snippets.

@franksands
Created December 11, 2015 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franksands/6077da00445ab76c8d31 to your computer and use it in GitHub Desktop.
Save franksands/6077da00445ab76c8d31 to your computer and use it in GitHub Desktop.
public class LivingThing() {
// ...other code in the class...
}
public class Dragon extends LivingThing {
// ...Dragon-specific code in the class...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment