Question
1. When the derived class gets all the member variables from the base class, we say that they are from the base class 2. Draw
1. When the derived class gets all the member variables from the base class, we say that they are from the base class
2. Draw a DFD for a specialty tie store. You should include two to four entities, two to four processes, and two to four data stores. (6 points)
Sol84:
1. When the derived class gets all the member variables from the base class, we say that they are inherited from the base class.
2. Here is a simple DFD for a specialty tie store:
Customer Order
| |
V
Salesperson Process Order
| |
V
Inventory Shipping
Entities:
- Customer
- Salesperson
Processes:
- Process Order
- Shipping
Data Stores:
- Order
- Inventory
The customer places an order with the salesperson, who then processes the order. The inventory is updated to reflect the items in the order. The order is then shipped to the customer.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started