Computer Science, asked by abhinavkr2113, 1 year ago

Find the relationship between customer and order class

Answers

Answered by Monikarajasekhar8
37

Answer:dependency

Explination:order is dependent on customer.if any change made by customer it will affect the order.so it is dependency

Answered by Surnia
0

The relationship between order class and customer is as follows:

Explanation:

A customer can place one to many orders.

The purchase order can be placed by only one customer.

For example, the ordered object can be linked with only one customer but can be associated with many orders.

The class of order is associated with class of customers.

Learn more:

https://brainly.in/question/10406062

Similar questions