Skip to content

Instantly share code, notes, and snippets.

@janakmshah
Created January 6, 2020 15:42
Show Gist options
  • Save janakmshah/9d6ab394e5ec7656c9b1fadaa0ebb892 to your computer and use it in GitHub Desktop.
Save janakmshah/9d6ab394e5ec7656c9b1fadaa0ebb892 to your computer and use it in GitHub Desktop.
class Robot {
func findVehicle()
}
class Mechanic: Robot {
func maintainVehicle()
}
class Cleaner: Robot {
func cleanVehicle()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment