Skip to content

Real estate project demonstrating object-oriented programming principles. This project allows users to add, view, and manage property listings and bids through a command-line interface.

Notifications You must be signed in to change notification settings

NayellyZurita/real-estate

Repository files navigation

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

About

Real estate project demonstrating object-oriented programming principles. This project allows users to add, view, and manage property listings and bids through a command-line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages