Skip to content

Instantly share code, notes, and snippets.

@jvmops
Last active July 14, 2020 22:46
Show Gist options
  • Save jvmops/a3bfb81b3ab29395b3870205f27f5ee1 to your computer and use it in GitHub Desktop.
Save jvmops/a3bfb81b3ab29395b3870205f27f5ee1 to your computer and use it in GitHub Desktop.
/*
* How to share a code here?
*/
public class AmphibiousVehicle {
void drive() {...}
void sail() {...}
}
class Car {
void drive() {...}
}
class Boat {
void sail() {...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment