Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Create a class named Order that performs order processing of a single item that sells for $19.99 each. o Create 4 Order class fields: order number, customer name, quantity ordered, and total price. Create public accessors for each field except total price. o Create an Order class constructor that takes parameters for all of the class fields except total price. o The total price field is calculated as quantity ordered times unit price (19.95) whenever the quantity is set, so it only needs a get accessor (read only). total = quantity * PRICEEACH o Create an (override) Equals() method that determines two Orders are equal if they have the same order number. o Create an (override) GetHashCode() method that returns the order number. o Create an (override) ToString() method that returns a string containing all order information. 2. Create a ShippedOrder class that derives from Order. o A ShippedOrder has a $4.00 shipping fee regardless of how many times it is ordered so each total order must add $4.00 to the total. total = quantity * PRICEEACH + SHIPPING_FEE o Override any any methods in the parent class as necessary. 3. In Main: o Create an array of five ShippedOrder objects. o Prompt the user for values for each Orders object; do NOT allow duplicate order numbers and force the user to reenter the order when a duplicate order number is entered. o ShippedOrder objects should be sorted by order number before they are displayed. o When the five valid orders have been entered, display them all plus a total of all orders. 4. Internal Documentation. Note that you will be overriding three object methods in the Order class and at least one of those in the ShippedOrder class. In the ShippedOrder class you will also need to override the Quantity accessor/property. Don't forget about IComparable. An example of program output might look like this: Enter order number 500 Enter customer name Johnson Enter quantity 2 Enter order number 200 Enter customer name Olson Enter quantity 1 Enter order number 200 Sorry, the order number 200 is a duplicate. Please reenter 100 Enter customer name Jensen Enter quantity 8 Enter order number 300 Enter customer name Swensen Enter quantity 2 Enter order number 400 Enter customer name Olafsun Enter quantity 4 Summary: ShippedOrder 100 Jensen 8 @$19.95 each. Shipping is $4.00 Total is $163.60 ShippedOrder 200 Olson 1 @$19.95 each. Shipping is $4.00 Total is $23.95 ShippedOrder 300 Swensen 2 @$19.95 each. Shipping is $4.00 Total is $43.90 ShippedOrder 400 Olafsun 4 @$19.95 each. Shipping is $4.00 Total is $83.80 ShippedOrder 500 Johnson 2 @$19.95 each. Shipping is $4.00 Total is $43.90 Total for all orders is $359.15 Press any key to continue . . . Declaring a child class: public class Fiction : Book //for extending classes, you must use a single colon between the derived class name and its base class name { private: //put your private data members here! public: //put your public methods here! } NOTE: when you instantiate an object of Fiction child class, you will inherit all the data members and methods of the Book class.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M9901732

Have any Question?


Related Questions in Computer Engineering

Systems analysis project 12 please answer the 2 questions1

Systems analysis project 12: please answer the 2 questions 1. Develop a process for managing change requests and design a form to handle a generic change request. The process should include a contingency plan for changes ...

Question part 1 conflict within teamsthink of a conflict

Question: Part 1: Conflict within Teams Think of a conflict that occurred in a team you were a part of and analyze it. What were the main sources of the conflict? What interventions can be used to improve the quality of ...

Reminder all files must be closed when you are done with

Reminder: All files must be closed when you are done with them, even if it stops early due to an IOError. If you're using with, this will happen automatically. If you're trying to close things manually using .close(), th ...

Java program that does the following please use simple

Java program that does the following: Please use simple computer syntax. More easy to understand! Use a while loop to prompt the user to enter 10 rain falls. Calculate and output the total and the average rain fall. Find ...

Question in a sequence diagram how do you represent a newly

Question : In a sequence diagram, how do you represent a newly created object? What is the difference between components and artifacts?

Question suppose your network is using the stop and wait

Question Suppose your network is using the stop and wait protocol and it is really providing a slow service. You calculate the Utilization and it is 95.75%. Would getting faster Ethernet cards help speed up the network? ...

What is the transmission type transmission form

What is the Transmission Type, Transmission Form, Transmission Speed, Address for Transmission and Collusion for hubs?

Question suppose that a simple fpga programmable switch

Question : Suppose that a simple FPGA programmable switch that has four destination points (N, S, E and W) and consists of 6 pass transistors with 6-SRAM cells to program each gate (T1, T2, T3, T4, T5, T6) is used. If th ...

Question define and briefly discuss the following

Question: Define and briefly discuss the following brainstorming techniques, the delphi technique, brainstorming, or nominal group technique. 1. you are required to write an initial post (300 words). 2. Also discuss adva ...

Question suppose an instruction can be carried out in 3

Question : Suppose an instruction can be carried out in 3 stages, the stages taking 3 ns, 7 ns, and 10 ns, respectively. (a) What is the maximum execution rate without pipelining? (b) What speedup is possible with pipeli ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As