Skip to content

Instantly share code, notes, and snippets.

@RayRedGoose
Last active July 10, 2019 02:25
Show Gist options
  • Save RayRedGoose/55dd15c0339e0b10618f3aeb3eb73d5a to your computer and use it in GitHub Desktop.
Save RayRedGoose/55dd15c0339e0b10618f3aeb3eb73d5a to your computer and use it in GitHub Desktop.
Class: Book
Attributes:
Title (string)
Author (string)
Year (integer)
Total_number_of_pages(integer)
Number_of_read_pages (integer)
Methods:
Calculate_remained_pages = Total_number_of_pages - Number_of_read_pages
Place_bookmark = read_pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment