Create a class named order that performs order processing

Assignment Help Computer Engineering
Reference no: EM13322430

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.

Reference no: EM13322430

Questions Cloud

Determine the size of the object : A converging lens witha focal length of 12.0cm forms a virtual image 8.50mm tall, 18.0cm to the right of the lens. Determine the size of the object
Explain why mutual funds are attractive to small investors : Explain why mutual funds are attractive to small investors? How can mutual funds generate returns to their shareholders?
Explain how many grams of hydroxyapatite will dissolve : How many grams of hydroxyapatite will dissolve in 1.00 L of H2O? Ksp= 2.34*10^-59; Molar mass=502.3 g/mol Ca5(PO)3OH = 5Ca^2+ +3 PO4^3- +OH^-
Differences between integrative and distributive negotiation : Describe the differences between integrative and distributive negotiations and cite a situation in which distributive negotiation is more appropriate than integrative negotiation.
Create a class named order that performs order processing : 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.
State a balance equation for the formation of c4h10o : write a balance equation for the formation of C4H10O(i) from its elements (c) By using the information in this problem and data in Table 5.3, calculate ?H°f for diethyl ether
What is the longest focal length lens : A camera with interchangeable lenses is used to photograph a distant object. The angular size of the object is 19 degrees. What is the longest focal length lens
Effective annual return : Effective annual return
What are the limiting factors for grown mesh networks : Given a computer with a disk capacity of 16 GB and a word size of 32 bits, how many wordssize of 32 bits, how many words can be stored on the disk? Show your calculations.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Tcp and udp

UDP and TCP utilize the 1s complement for their checksums. Assume you have the following three 8-bit bytes: 01010101, 01110000, 01001100. Along with the 1s complement schema, how does receiver detect the errors?

  Explain what you have learned in this assignment

In this case assignment, you will write the SQL statement to work on the community library database. Following are the tasks you are necessary to perform.

  Can a relation be stored as a sequential file

Can a relation be stored as a sequential file

  Dns servers and dhcp servers

Assume that both the DNS servers and the DHCP servers send your client PC and IP addresses. Write down the differences between these two addresses.

  What five items are the most important to organization

What five items are the most important to an organization as it comes to databases? Please provide an example for each of the five items that you feel are important.

  What are the trends towards marrying

express at least two different ways that database management software like Microsoft® Access® can help an organization avoid or reduce data-quality problems mentioned in the article.

  Why the whodunit system design had a great start

The Whodunit system design had a great start, and providing more detail is the next appropriate step in the design process. Collaboration diagrams help give this additional detail, and they will be the focus of this assignment.

  Difference in a single-cell and a multiple-cell wireless lan

Can someone help with the following questions I have done some research on the internet and found different meanings so I am looking for something different from the internet posting. I know what each of the following devices are however I am look..

  Write down python program

Write down Python program

  Relationship between mis and information technology

What is the relationship between management information systems and information technology (IT).

  Explain electrical and computer engineering

Electrical and Computer Engineering, Suppose Xt is a random process which is second-order stationary. Show that it is also stationary of order 1.

  Registers and memory address

Suppose that the .data section is mapped to the start at address 0x1800 in memory at run time, Provide the contents of the registers %r1-%r4.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd