GithubHelp home page GithubHelp logo

meetwithanshul / car-rental-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5 KB

A console-based Java project implementing a car rental system. Users can rent, return, and view cars, with rental prices calculated based on daily rates. Utilizes object-oriented principles—abstraction, encapsulation, inheritance, and polymorphism. Features classes for cars, customers, rentals, and a central system for management.

Java 100.00%
abstraction car-rental-system encapsulation inheritance java java-project oops oops-in-java polymorphism

car-rental-system's Introduction

Car-Rental-System 🚗

A console-based Java project implementing a car rental system. Users can rent, return, and view cars, with rental prices calculated based on daily rates. Utilizes object-oriented principles—abstraction, encapsulation, inheritance, and polymorphism. Features classes for cars, customers, rentals, and a central system for management.

Key Features 🌟

  • Create and manage a fleet of cars with unique IDs, brands, models, and daily rental rates.
  • Register customers with unique IDs and names.
  • Rent and return cars, tracking rental transactions.
  • Calculate rental prices based on the number of days and the daily rate of the selected car.
  • Interactive menu for users to navigate through the system.

How to Use 🚀

  1. Clone the repository.
  2. Compile and run the Main class to start the Car Rental System.
  3. Follow the on-screen instructions to interact with the system (rent a car, return a car, or exit).

Project Structure 🏗️

  • Car: Represents a car with properties and methods for rental operations.
  • Customer: Represents a customer with a unique ID and name.
  • Rental: Represents a rental transaction linking a specific car, customer, and rental duration.
  • CarRentalSystem: Manages the overall system, including car and customer lists, rental transactions, and user interactions.
  • Main: Contains the main method to instantiate the CarRentalSystem, create sample cars, and start the system.

car-rental-system's People

Contributors

meetwithanshul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.