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
https://github.com/Alecia-Bailey/Data-Structures-Week-2-Homework/tree/master/RealEstate/housing