Answered step by step
Verified Expert Solution
Question
1 Approved Answer
just read the scenario and answer the questions pls ! dont coppy paste The submission is in the form of an individual written report. This
just read the scenario and answer the questions pls ! dont coppy paste
The submission is in the form of an individual written report. This should be written in a concise, formal business style using double spacing and font size 12. You are required to make use of headings, paragraphs and subsections as appropriate, and all work must be supported with research and referenced using the Harvard referencing system. Add snapshots of the code in your report and the send the code of anything you implement Vocational scenario Jordan Flights (JF): is a flight managing firm. They want to develop a system for flight management . You are currently working as the system architect at JF and you have been asked to manage this project. After many interviews and meetings with different employees and customers, you received the following description about the system: Flights are objects that represent the trip from place to another place through airports. The most basic information about Airports are: (name, city, country, list of departing fights, list of arrival flights). Each flight has flight number, a duration, departing airport, arrival airport, list of passengers, pilot, aircraft Aircrafts have model, manufacturer and code but also they come in two types: Airliner and Cargo. Airliner is used to transport passengers and has number of passengers property while Cargo is used to transport goods and has load (in tons) property. All Aircrafts have functionality to calculate the fuel consumption based on its type. Flights has two types also CargoFlights and PassengerFlights. CargoFlights add load of the flight in tons and the cost per ton. PassengerFlights add the list of passengers. All flights must have functionality to calculate the revenue of the flight based on the following table: CargoFlights PassengerFlights Load(Tons)*CostPer Ton The summation of the ticket price of all passengers of the flight Pilots and Passengers are persons, Persons have name, nationality and passport number. Each Passenger has the number of travelled KM and the ticket price. Pilots stores the flying hours and a list of spoken languages. Note: Flights and Aircrafts are too general. It has been decided to use an object oriented approach to design and implement the system. P3 Build an application derived from UML class diagrams. The submission is in the form of an individual written report. This should be written in a concise, formal business style using double spacing and font size 12. You are required to make use of headings, paragraphs and subsections as appropriate, and all work must be supported with research and referenced using the Harvard referencing system. Add snapshots of the code in your report and the send the code of anything you implement Vocational scenario Jordan Flights (JF): is a flight managing firm. They want to develop a system for flight management . You are currently working as the system architect at JF and you have been asked to manage this project. After many interviews and meetings with different employees and customers, you received the following description about the system: Flights are objects that represent the trip from place to another place through airports. The most basic information about Airports are: (name, city, country, list of departing fights, list of arrival flights). Each flight has flight number, a duration, departing airport, arrival airport, list of passengers, pilot, aircraft Aircrafts have model, manufacturer and code but also they come in two types: Airliner and Cargo. Airliner is used to transport passengers and has number of passengers property while Cargo is used to transport goods and has load (in tons) property. All Aircrafts have functionality to calculate the fuel consumption based on its type. Flights has two types also CargoFlights and PassengerFlights. CargoFlights add load of the flight in tons and the cost per ton. PassengerFlights add the list of passengers. All flights must have functionality to calculate the revenue of the flight based on the following table: CargoFlights PassengerFlights Load(Tons)*CostPer Ton The summation of the ticket price of all passengers of the flight Pilots and Passengers are persons, Persons have name, nationality and passport number. Each Passenger has the number of travelled KM and the ticket price. Pilots stores the flying hours and a list of spoken languages. Note: Flights and Aircrafts are too general. It has been decided to use an object oriented approach to design and implement the system. P3 Build an application derived from UML class diagramsStep 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