Computer Science, asked by AMIT95651, 4 days ago

Zaro Flight System wants to automate the process in their organization. As a start up, they need to automate the flight management system. They have an application to add flight and view flight details. Help them to develop a software to update the flight fare based on flight Id.

Answers

Answered by pushkarsingh5c
2

Answer:

Zaro Flight System You are provided with a public class Flight with following private attribute :int flightId

wants to automate the process in their organization. As a start up, they need to automate the flight management system. Help them to develop this application.

String source

String destination

int noOfSeats

double flightFare

Appropriate setter and getter are written.

A public 5 argument constructor with arguments - flightId, source, destination, noOfSeats and flightFare is also provided.

Create class FlightManagementSystem which has the following method. Use Database for manipulation.

Similar questions