This project is a simple Real Estate management system developed in Java to practice Object-Oriented Programming (OOP) concepts.
- Reo: Main class handling the application logic.
- Condo: Represents a condominium.
- House: Represents a house.
- Listing: Manages property listings.
- Property: Abstract base class for properties.
- Residential: Abstract class for residential properties.
- Biddable: Interface for properties that can receive bids.
- Listable: Interface for properties that can be listed.
## How to Run
- Clone the repository:
git clone https://github.com/NayellyZurita/RealEstate.git