Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 545 Bytes

236b.md

File metadata and controls

15 lines (11 loc) · 545 Bytes

Back to questions

236b: Fields for properties

Extend the classes you designed in question 0c21 with data fields that capture the following information for each property:

  • the number of bedrooms
  • the number of reception rooms
  • the number of bathrooms
  • the square footage of the property

You can assume that all of this information will be present for all property types. You should carefully determine which class/classes should store this information. Explain why you chose to model this data as you did.