Skip to content

Instantly share code, notes, and snippets.

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