Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created May 17, 2018 19:05
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 mcupak/e89df68b8e42398c7c9ade8b6db30df5 to your computer and use it in GitHub Desktop.
Save mcupak/e89df68b8e42398c7c9ade8b6db30df5 to your computer and use it in GitHub Desktop.
class MyClass implements MyInterface {
@Override
public void abstractMethod() {
System.out.println("abstract method called");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment