Question: JAVA: A ticket to a Denver show must store, Show Date and Time (a String), Seat Information (a String), and Price (a double). A VIP
JAVA: A ticket to a Denver show must store, Show Date and Time (a String), Seat Information (a String), and Price (a double). A VIP ticket to the same show includes dinner and must also store Meal Choice (a String).
Code the class heading, variable declarations and constructors for the Ticket and VIPTicket objects. VIPTicket is a subclass of the Ticket class and inherits all of its instance data variables. Pass all the data to the constructors for each of the objects variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
