Skip to content

Instantly share code, notes, and snippets.

@janakmshah
Last active January 6, 2020 16:53
Show Gist options
  • Save janakmshah/f5c3ea3b82e53dfe352ae460186a2248 to your computer and use it in GitHub Desktop.
Save janakmshah/f5c3ea3b82e53dfe352ae460186a2248 to your computer and use it in GitHub Desktop.
Car = Refuelable + Drivable;
Motorbike = Refuelable + Rideable;
CleanerCar = Refuelable + Driveable + Cleaner;
MechanicRobot = VehicleFinder + Maintainer;
CleanerRobot = VehicleFinder + Cleaner;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment