Westonci.ca is the ultimate Q&A platform, offering detailed and reliable answers from a knowledgeable community. Join our Q&A platform to get precise answers from experts in diverse fields and enhance your understanding. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

In this project, you will create a set of related classes and bundle them into a package. Think of a parent class category that will support multiple variables and methods. For example, a MovieTheater class that has variables for ticket and popcorn prices, student discount days, and a method to calculate a discount. Then create specific classes based on your parent class, and modify them as necessary. Finally, create a package to contain all your new classes. You will not run the classes, so create them in a text editor.