Skip to content

Instantly share code, notes, and snippets.

@spaceplesiosaur
Created May 15, 2019 02:28
Show Gist options
  • Save spaceplesiosaur/aa279a3d7cef49059266a4230726a98e to your computer and use it in GitHub Desktop.
Save spaceplesiosaur/aa279a3d7cef49059266a4230726a98e to your computer and use it in GitHub Desktop.
Object_practice.txt
Object: The first ever Blackhawk helicopter
Attributes:
Color: ["black"]
Does it fly: true
MaxSpeed: 183
CurrentSpeed: 0
FuelTankCapacity: 300
CurrentFuelLevel: 150
ManufactureYear: 1974
Manufacturer: Sikorsky
Methods:
Paint_Vehicle: ["pink"]
CalculateFuelLeftUntilEmpty: 150
CalculateAge: 45
Accelerate: 15
Brake: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment