Skip to content

Instantly share code, notes, and snippets.

@andrewckinstler
Created July 30, 2019 02:27
Show Gist options
  • Save andrewckinstler/e7265931cfa2855ef7d8e2b941199cd1 to your computer and use it in GitHub Desktop.
Save andrewckinstler/e7265931cfa2855ef7d8e2b941199cd1 to your computer and use it in GitHub Desktop.
Class: Cell phone
Attributes:
Battery_percentage (float)
Case (boolean)
Brand (String)
Size (string)
Storage_capacity (integer)
Methods:
talking_to_mom (subtracts from battery_percentage)
downloading_app (subtracts from storage_capacity)
removing_case (changes case boolean)
charging_phone (changes battery_percentage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment