Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rudrakshbhati
Created August 31, 2019 23:00
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/a4a1c40bede93a1084cf67fce77e6ecd to your computer and use it in GitHub Desktop.
Save rudrakshbhati/a4a1c40bede93a1084cf67fce77e6ecd to your computer and use it in GitHub Desktop.
public class Car implements Vehicle {
public void drive() {
System.out.println("I am in Car implementation of vehicle");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment