subject

Consider an online rental car reservation system that works with multiple rental companies

in the same way one can reserve a car at expedia. com with Hertz, Alamo, etc.

Consider the following use case:

UC1. Customer makes reservation

1. The customer logs in the system.

2. The customer selects a start day and an end date/time, pickup and drop-off locations.

3. The system displays a list of cars for the above parameters.

4. The customer selects a car from the list of available cars.

5. The customer enters the name, address, and driver age for this reservation.

6. The system checks car availability with the car rental company using the company's own reservation system.

7. The rental company confirms car availability.

8. The system confirms the reservation to the customer, showing the reservation details.

9. The system sends the confirmed reservation to the rental company.

(payment is not addressed in this scenario intentionally)

Do these tasks in the given order:

a. Identify classes, responsibilities, and collaborators. Write CRC cards.

b. Write the UML class diagram for this system.

Specify multiplicity, directionality and role names for associations.

Add attributes and operations.

c. Write the sequence diagram for this scenario.

d. Write the state diagram for the class that handles the interaction system-customer

Do not design any features/functions that are not specified in this problem

(no credit for extra features).



Response to comment:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Which statement best explains how plant cells use photosynthesis to maintain homeostasis? they use glucose and water to make energy. they break down glucose into fat. they combine oxygen and water to make glucose. they make glucose from carbon dioxide and water.
Answers: 1
question
Computers and Technology, 23.06.2019 14:00
What is html ? give a small description about html
Answers: 2
question
Computers and Technology, 24.06.2019 00:40
What social factors affect your health
Answers: 3
question
Computers and Technology, 24.06.2019 09:30
Retype the statements, correcting the syntax errors. system.out.println("num: " + songnum); system.out.println(int songnum); system.out.println(songnum " songs"); note: these activities may test code with different test values. this activity will perform two tests: the first with songnum = 5, the second with songnum = 9. see how to use zybooks.
Answers: 1
You know the right answer?
Consider an online rental car reservation system that works with multiple rental companies
Questions
Questions on the website: 13722362