Created
November 13, 2018 11:12
-
-
Save SungjinYoo/bb222fc8ffba931f584041e5b7886b9e to your computer and use it in GitHub Desktop.
Sample non functional interface definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface SampleNonFunctionalInterface { | |
// there are two abstract methods! | |
int foo(); | |
int bar(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment