Question: OBJECT ORIENTED PROGRAMMING C++ B- The programming section has 2 parts: Part 1 - Create a class - (35 points) Create a class called CustomDressInvoice.

OBJECT ORIENTED PROGRAMMING C++

 OBJECT ORIENTED PROGRAMMING C++ B- The programming section has 2 parts:

B- The programming section has 2 parts: Part 1 - Create a class - (35 points) Create a class called CustomDressInvoice. It should have 5 data members: designTime (int), designRate (int), sewing Time (int), sewingRate (int), and materialsCost. The invoice amount is calculated with this formula: Invoice Amount = (designTime * designRate) + (sewingTime * sewing Rate) + materialCost All times are charged by the hours, and rates are charged by the dollars (no cents). The class should have 2 constructors and appropriate 5 set member functions and 6 get member functions. One function member is getInvoice Amount. Part 2 - Create a main function will accept inputs for 2 invoices - (35 points) This main function will accept inputs for 2 invoices. The output run will look like the display below. Try to use several member functions of objects of CustomDressinvoice in the main function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!