Your job is to implement a system for a video rental store to manage the videos and the customers. Each customer registe
Posted: Mon Jun 06, 2022 5:59 pm
Your job is to implement a system for a video rental store to
manage the videos and the customers. Each customer registers and
can borrow up to two videos simultaneously for maximum of 5 days.
If the video is not returned on time, a fine amount of 1$/day is
applied. Launch BlueJ (or Eclipse) and create a new project and
name it as Task2 and save it in the Task2 folder in your
submission. Then, create the classes you are asked in the following
parts of the question.
(h) Implement constructors, getter and setter methods for class
Video.
manage the videos and the customers. Each customer registers and
can borrow up to two videos simultaneously for maximum of 5 days.
If the video is not returned on time, a fine amount of 1$/day is
applied. Launch BlueJ (or Eclipse) and create a new project and
name it as Task2 and save it in the Task2 folder in your
submission. Then, create the classes you are asked in the following
parts of the question.
(h) Implement constructors, getter and setter methods for class
Video.