This Java code contains solutions to case studies of final exam questions for further programming practicum
This is a Java OOP-based implementation of a camera rental system, developed as a final project for Advanced Programming Course. The system demonstrates the application of Object-Oriented Programming (OOP) concepts, including encapsulation, inheritance, polymorphism, interface, and exeption handling to manage camera rentals and bookings.