A+ Work




use object-oriented design to design a class called Customer that will receive the information in the ITP100CustomerData_LastName.doc file that you created in Part 1 of the project. The class will receive the customer data, validate the data and display the input data.
a. Design the class table.
b. Write an algorithm for each operation.
c. Write a test or driver algorithm to test the solution.
use object-oriented design to design a class called Movie that will receive the information in the
ITP100MovieData_LastName.doc file that you created in Part 1 of the project. The class will receive the movie data, validate the input data and print the valid movie data that have a quantity amount equal to
0.
a. Design the class table.
b. Write an algorithm for each operation.
c. Write a test or driver algorithm to test the solution.
use object-oriented design to design a class called Payment that will receive the information in the ITP100PaymentData_LastName.doc file that you created in Part 1 of the project. The class will receive the payment data, validate the input data and print the data.
a. Design the class table.
b. Write an algorithm for each operation.
c. Write a test or driver algorithm to test the solution.