Created
May 15, 2019 02:28
-
-
Save spaceplesiosaur/aa279a3d7cef49059266a4230726a98e to your computer and use it in GitHub Desktop.
Object_practice.txt
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
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