Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created January 6, 2012 04:00
Show Gist options
  • Save mrdaemon/1568891 to your computer and use it in GitHub Desktop.
Save mrdaemon/1568891 to your computer and use it in GitHub Desktop.
class AnusItch extends Unpleasantness {
public void itch(Wart w){
// code for when your butt itches because of a Wart
}
public void itch(Hemorroid h){
}
public void itch(SwampAss s){
}
public void itch(SwampAss, s, wart w){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment