Question
Here is a domain model for a program that searches flights and let's a consumer buy tickets (just like buying an airplane ticket online) I
Here is a domain model for a program that searches flights and let's a consumer buy tickets (just like buying an airplane ticket online)
I have to code the "Seat" part that is marked with the red. - Working on Eclipse
Some more explanations:
Private:
Price: price of the seat :int
Class - depends if its first class or coach :String
Passenger - a passenger gets one seat :boolean
Entertainment- whether the airline has tv for example :String
electricConnections- whether you can charge your phone for example:String
Luggage- each passenger has a luggage :String
Food- whether the airplane offers food or not :boolean
seatNumber- the number of the seat :int
Public:
getPrice() : int
getClass(): String
getPassenger(): Passenger
getSeatNo(): int
Please write the full code for this part. Do not asnwer it of you do not know it!
locationList: LocationList aldineList: LetcAWrline reeults: LietStep 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