Skip to content

Instantly share code, notes, and snippets.

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 Yatharth0045/43c68266453eb2b89db773c46e8cb04f to your computer and use it in GitHub Desktop.
Save Yatharth0045/43c68266453eb2b89db773c46e8cb04f to your computer and use it in GitHub Desktop.
@FunctionalInterface
interface FuncInt1{
void abstractMethod();
}
@FunctionalInterface
interface Funcint2 extends FuncInt1{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment