Skip to content

Instantly share code, notes, and snippets.

@shabib87
Last active February 6, 2017 07:10
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/75be3b6edca66462625d0de8f1902bc2 to your computer and use it in GitHub Desktop.
Save shabib87/75be3b6edca66462625d0de8f1902bc2 to your computer and use it in GitHub Desktop.
class SmartCar {
func driveOnRoad() {
print("Vroom!")
}
func talk() {
print("Hi! I am the smart talking car!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment