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: Liet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
