Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created October 25, 2015 15:04
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 anjanashankar9/b675d949a1b3b83191cf to your computer and use it in GitHub Desktop.
Save anjanashankar9/b675d949a1b3b83191cf to your computer and use it in GitHub Desktop.
Interfaces in Java8
public class InterfaceImpl implements InterfaceA,InterfaceB{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment