Skip to content

Instantly share code, notes, and snippets.

@daveRanjan
Last active November 29, 2016 15:34
Show Gist options
  • Save daveRanjan/929d2f26c4b344bc2a13d9fda6d070fb to your computer and use it in GitHub Desktop.
Save daveRanjan/929d2f26c4b344bc2a13d9fda6d070fb to your computer and use it in GitHub Desktop.
public interface Eatable {
default void taste(){
System.out.println("YeYe this tastes great");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment