Skip to content

dcit201-classroom-oop-java-OOP-JAVA created by GitHub Classroom

Notifications You must be signed in to change notification settings

aaronBIOO/oop-java-aaronBIOO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vehicle Rental System

Project Overview

This is a simple Vehicle Rental System that demonstrates Object-Oriented Programming (OOP) concepts in Java. It allows customers to rent and return vehicles while calculating rental costs dynamically based on vehicle type.

Features

  • Rental processing for different vehicle types (Car, Motorcycle, Truck).
  • Polymorphic behavior to calculate rental costs based on the vehicle type.
  • Availability check for vehicles before processing rentals.
  • Command-line interface for user interaction.

Prerequisites

  • Java Development Kit (JDK) installed.
  • Git installed for version control.

Getting Started

Clone the Repository

  1. Copy the repository link from GitHub.
  2. Clone the repository:
    git clone <repository_url>

About

dcit201-classroom-oop-java-OOP-JAVA created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%