Skip to content

Instantly share code, notes, and snippets.

@azeezat
Last active February 28, 2020 09:56
Show Gist options
  • Save azeezat/672403a2abcd66de9c0451731e856a93 to your computer and use it in GitHub Desktop.
Save azeezat/672403a2abcd66de9c0451731e856a93 to your computer and use it in GitHub Desktop.
interface <interface_name> {
// declare constant fields
// declare methods (Note: Interface methods are abstract by default)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment