Skip to content

Instantly share code, notes, and snippets.

@daveRanjan
Last active November 29, 2016 15:33
Show Gist options
  • Save daveRanjan/9b6b2b38dafd1e9d9ec3d49ffb8baef3 to your computer and use it in GitHub Desktop.
Save daveRanjan/9b6b2b38dafd1e9d9ec3d49ffb8baef3 to your computer and use it in GitHub Desktop.
public class Pickle implements Eatable {
@Override
public void taste(){
System.out.println("hey its spicy, don't eat too much!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment