Created
July 30, 2019 02:25
-
-
Save KevDev90/d2ae8602fb42e70a87dbafe9d17fcf82 to your computer and use it in GitHub Desktop.
class gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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