Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created May 17, 2018 19:05
Show Gist options
  • Select an option

  • Save mcupak/e89df68b8e42398c7c9ade8b6db30df5 to your computer and use it in GitHub Desktop.

Select an option

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