Assume that you have been assigned the task to create an object-oriented system that could be used to support students in finding an appropriate apartment to live in next semester. What are the different types of objects (i.e., classes) you would want to include in your system?

Respuesta :

Answer:

The classes for apartment finding for students system can be,

1. Student - The student that wants to find an apartment.

2. Apartment - The apartment on some location.

3. Apartment status - The status and  availability of an apartment, e.g. booked till some date.

4. Location - The area consisting of different apartments.

5. Semester - The semester in which student is looking for the apartment.