Skip to content

Instantly share code, notes, and snippets.

@ggordonutech
Last active September 18, 2019 16:48
Show Gist options
  • Save ggordonutech/590303b195cfdb512feb69896e275006 to your computer and use it in GitHub Desktop.
Save ggordonutech/590303b195cfdb512feb69896e275006 to your computer and use it in GitHub Desktop.
Data Structures Week 2 HW

Data Structures Week 2 Homework

Real Estate Association of Jamaica has asked you to develop an app to store details of their featured housing. Your app should collect the details of three (3) houses from the user and save these details to a file.

--------------------------
|         House          |
--------------------------
| # id : integer         |
| # price : float        |
| # location: string     |
| # advertiser : string  |
| # image : Photo        |
--------------------------
|  //implement all       |
|    constructurs,       |
|    getters,            |
|    setters             |
--------------------------

Photo class
 - Create a photo class with 
   two attributes of your 
   choosing and implement
   all constructurs, getters
   setters and to string

@Alecia-Bailey
Copy link

Alecia-Bailey commented Sep 18, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment