Last active
January 6, 2020 16:53
-
-
Save janakmshah/f5c3ea3b82e53dfe352ae460186a2248 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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