Skip to content

Instantly share code, notes, and snippets.

@KevDev90
Created July 30, 2019 02:25
Show Gist options
  • Save KevDev90/d2ae8602fb42e70a87dbafe9d17fcf82 to your computer and use it in GitHub Desktop.
Save KevDev90/d2ae8602fb42e70a87dbafe9d17fcf82 to your computer and use it in GitHub Desktop.
class gist
Class vehicle
attributes
oil (string, float)
color (string)
make (string)
model (string)
doors (string)
body type (string)
methods
give a paint job- affects the color attribute
fill gas tank
fill oil level'
wash the car--> affects the color attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment