Skip to content

Instantly share code, notes, and snippets.

@Hariofspades
Last active November 18, 2017 07:02
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 Hariofspades/f875d13c2457d8738659952d619ee24c to your computer and use it in GitHub Desktop.
Save Hariofspades/f875d13c2457d8738659952d619ee24c to your computer and use it in GitHub Desktop.
Method or Field Dependency
public String extractName(HouseClass house) {
return house.getKing();
//getting the king name of any house
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment