Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created November 7, 2017 21:35
Show Gist options
  • Save Jahans3/b745795da75bb659ef49d08832956390 to your computer and use it in GitHub Desktop.
Save Jahans3/b745795da75bb659ef49d08832956390 to your computer and use it in GitHub Desktop.
interface Car {
void soundHorn(int volume)
void seats(int number)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment