Answered step by step
Verified Expert Solution
Question
1 Approved Answer
what is Virtuous Crisis Undertakings ( VCU ) is a disaster relief organization. They distribute relief supplies to various areas that include different levels of
what is Virtuous Crisis Undertakings VCU is a disaster relief organization. They distribute relief supplies to various areas that include different levels of infrastructure and danger. You will design a data type using abstraction that models a shipment and another one that models a cargo flight for these supplies to help VCU match shipments to appropriate cargo flights.
The name of the shipment Java class is Shipment.java. The characteristics that define a Shipment are the following:
destination: String
shipmentID: int
weight: double
roads: none, DIRT, PAVED
runways: none, NEARBY, FAR
danger: none, MODERATE, CONSIDERABLE, HIGH
The fields above in the righthand column will be expressed as Java Enumeration Types to restrict the values that can be assigned to these instance variables. These types will be located in their own classes with their own separate files and the name of these classes must match the names provided by the UML diagrams belowa disaster relief comprehensive plan?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started