Skip to content

Instantly share code, notes, and snippets.

@thobson
Created October 24, 2017 18:27
Show Gist options
  • Save thobson/3a8530f4087644827e8a414d8907e696 to your computer and use it in GitHub Desktop.
Save thobson/3a8530f4087644827e8a414d8907e696 to your computer and use it in GitHub Desktop.
val ford = Car("ford")
val londonBus = Bus("red")
println(vehicleLikeCar.drive(ford))
println(vehicleLikeBus.drive(londonBus))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment