Skip to content

Instantly share code, notes, and snippets.

@rudrakshbhati
Created August 31, 2019 13:47
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 rudrakshbhati/48d14c0c55d010ab1cb81aa8711f7601 to your computer and use it in GitHub Desktop.
Save rudrakshbhati/48d14c0c55d010ab1cb81aa8711f7601 to your computer and use it in GitHub Desktop.
public interface Vehicle {
public void drive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment