Computers and Technology
Computers and Technology, 20.11.2020 16:50, ggg509

I got a project and I don't really know what or how to code, can anyone help me out? Project: Creating Packages
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.

Directions:
Write code for a parent class that contains at least three variables of at least two types, and at least one method.
Create at least three new classes based on your parent class, and modify the objects they contain as needed.
Create a package to bundle your classes. Write source code files for the classes in your package.
Write a summary that describes the logic and rationale behind your classes and how they could be used in a program. Include a breakdown of the package source files and example statements for importing the full package and separate package elements.
Assignment Guidelines
Write your summary and the code for the parent class and new classes in one document. Write the package source files in separate documents, and include comments in the code indicating the name of each source file. Remember to indent and align your code to make it easy to follow. Be sure to desk check your code, as you are not compiling it.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 13:00, Cookie320
Write a program which asks you to enter a name in the form of first middle initial last. so you might enter for example samuel p. clemens. use getline to read in the string because it contains spaces. also, apparently the shift key on your keyboard doesn’t work, because you enter it all lower case. pass the string to a function which uses .find to locate the letters which need to be upper case and use toupper to convert those characters to uppercase. the revised string should then be returned to main in the form last, first mi where it will be displayed.
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, gabby640
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
image
Computers and Technology, 24.06.2019 18:00, aleyshamar14p95561
Your computer running windows 10 is doing some very strange things with the operating system. you are fairly certain it is not a hardware issue. you need to try to get further insight into what is going on within the operating system. which tool would be best-suited for this?
Answers: 1
image
Computers and Technology, 25.06.2019 04:10, asdasddas776
This might be a bit off-topic, but i'm having trouble with a certain arg made by game theory. if there are any theorists out there that wanna , it would be appreciated!
Answers: 2
Do you know the correct answer?
I got a project and I don't really know what or how to code, can anyone help me out? Project: Creat...

Questions in other subjects: