Skip to content

Instantly share code, notes, and snippets.

@vrandall66
Last active May 15, 2019 03:13
Show Gist options
  • Select an option

  • Save vrandall66/b6ee353b579679eaa4a485812d8865ed to your computer and use it in GitHub Desktop.

Select an option

Save vrandall66/b6ee353b579679eaa4a485812d8865ed to your computer and use it in GitHub Desktop.
Class: Vehicle
Attributes:
AvailableColors (array)
MaxSpeed (integer)
DoesItFly (boolean)
OriginalManufactureDate (Datetime)
Make (string)
CurrentSpeed (integer)
FuelLevel (integer)
FuelCapacity (integer)
Methods:
GallonsUntilEmpty: (multiplies FuelLevel by FuelCapacity)
PaintVehicle: (changes color)
Accelerate: (increases CurrentSpeed)
AgeOfCar: (subtracts Current year - ManufactureDate)
Brake: (decreases CurrentSpeed)
@vrandall66
Copy link
Author

Ooo, good point. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment