Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.14 KB

Real State project

This project is a simple Real Estate management system developed in Java to practice Object-Oriented Programming (OOP) concepts.

Classes and Structure

  • 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.

    Screenshots

Main Menu

REAL3

Listing Details

REAL2

RealStateJAVA
  ## How to Run
  1. Clone the repository:
    git clone https://github.com/NayellyZurita/RealEstate.git