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.
- 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.
- Java Development Kit (JDK) installed.
- Git installed for version control.
- Copy the repository link from GitHub.
- Clone the repository:
git clone <repository_url>