Skip to content

Instantly share code, notes, and snippets.

@Alecia-Bailey
Forked from ggordonutech/homework.md
Created September 18, 2019 14:40
Show Gist options
  • Save Alecia-Bailey/fc6d1aab27bc092a4f17c1361e105218 to your computer and use it in GitHub Desktop.
Save Alecia-Bailey/fc6d1aab27bc092a4f17c1361e105218 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

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