Skip to content

Instantly share code, notes, and snippets.

@shabib87
Last active February 5, 2017 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shabib87/e489cf3ed8eb4d28fbf9cbe4da6cb39d to your computer and use it in GitHub Desktop.
Save shabib87/e489cf3ed8eb4d28fbf9cbe4da6cb39d to your computer and use it in GitHub Desktop.
class SuperSmartCar: SmartCar {
func driveOnWater() {
print("I can run over water, because I can! B-)")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment