Last active
July 2, 2021 17:07
-
-
Save rwarbelow/aa554ea9091efe6ed1a8ae66e95430a0 to your computer and use it in GitHub Desktop.
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: Bottle | |
Attributes: | |
Color (string) | |
LidType (string) | |
TotalCapacity (integer) | |
Stickers (array) | |
CurrentCapacity (integer) | |
Recyclable (boolean) | |
Methods: | |
CalculatePercentFull (divides CurrentCapacity by TotalCapacity) | |
Refill (subtracts CurrentCapacity from TotalCapacity and then refills that amount) | |
AddSticker (append a sticker item into the Stickers array) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment