Skip to content

Instantly share code, notes, and snippets.

@janakmshah
Created January 6, 2020 17:04
Show Gist options
  • Save janakmshah/bc18dbe0c1b1066344fa7b92a97bf00c to your computer and use it in GitHub Desktop.
Save janakmshah/bc18dbe0c1b1066344fa7b92a97bf00c to your computer and use it in GitHub Desktop.
struct Car: Refuelable, Drivable {}
struct Motorbike: Refuelable, Rideable {}
struct CleanerCar: Refuelable, Drivable, Cleaner {}
struct MechanicRobot: VehicleFinder, Maintainer {}
struct CleanerRobot: VehicleFinder, Cleaner {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment