Implement the Java code for the Ticket inheritance hierarchy in IP1. Write a test application that instantiates at least one of each subclass type and prints the contents. Use an overridden toString() method to provide a readable string representation of each subclass instantiated.
use the debugger to set at least 2 breakpoints while testing your code. Submit at least 2 screenshots demonstrating your use of the debugger and your zipped NetBeans project.