Skip to content

Instantly share code, notes, and snippets.

@jose-mgmaestre
Created April 13, 2018 15:37
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 jose-mgmaestre/088d63294b9a7823b3c34dadcb8f54d8 to your computer and use it in GitHub Desktop.
Save jose-mgmaestre/088d63294b9a7823b3c34dadcb8f54d8 to your computer and use it in GitHub Desktop.
public abstract class Blood {
public abstract String getKindOfBlood();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment