Question: Please write the program that fulfills all requirements above. Your example program will be very helpful for me in understanding, so please try to name






Please write the program that fulfills all requirements above. Your example program will be very helpful for me in understanding, so please try to name variables logically. Thank you very much!
This assignment will give you practice with classes, inheritance, arrays, and thinking/designing code with an Object-Oriented approach. Instructions You are going to write a program that will simulate the very beginnings of a Ticketing System for an entertainment venue (think Key Arena, Tacoma Dome, Quest Field, etc). You will design a Ticket class, a VIPTicket , as well as another Ticket type defined by you. You will then write a main program that will create a set number of Tickets and print out an ascii art version of the tickets. In theory, we could continue to build on this program to create a more complicated system that allows people to purchase tickets (become owners of tickets), calculate sales, and much more like TicketMaster or StubHub. This assignment will give you practice with classes, inheritance, arrays, and thinking/designing code with an Object-Oriented approach. Instructions You are going to write a program that will simulate the very beginnings of a Ticketing System for an entertainment venue (think Key Arena, Tacoma Dome, Quest Field, etc). You will design a Ticket class, a VIPTicket , as well as another Ticket type defined by you. You will then write a main program that will create a set number of Tickets and print out an ascii art version of the tickets. In theory, we could continue to build on this program to create a more complicated system that allows people to purchase tickets (become owners of tickets), calculate sales, and much more like TicketMaster or StubHub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
