A medium-size internet retailer identifies their online order processing business process as follows:

  1. Receive a new order through a website.
  2. Verify that the product(s) is available in the warehouse.
  3. If not, contact the supplier to restock the warehouse.
  4. Process the payment.
  5. Ship the product(s).

Directions
Design objects with their properties and their types to describe the data needed to support this business process. List all operations (methods) needed by each object to do so with its own data. Provide comments on the role of each property or method.

Design a flow chart of the algorithm that would describe the given business process and use the data structures that you have designed. Submit a Word document with the required information.

Sample Solution

This question has been answered.

Get Answer