Design the UML class diagram to support the system below and upload a picture of your diagram. Used Class Material Website: You are designing a website where students can resale their used material for a course. A course may have multiple sections. The course
Design the UML class diagram to support the system below and upload a picture of your diagram.
Used Class Material Website:
You are designing a website where students can resale their used material for a course.
A course may have multiple sections.
The course material is specific to each section of a class.
Not all course may require class materials, but they may require many of them.
A student can have many used materials for sale.
The class material can be either:
· Textbook: which has a price(mandatory), title(mandatory), authors(optional), edition(optional)
· Software: which has a price(mandatory), title(mandatory), publisher(optional), and also its
· Equipment: which has a price(mandatory), title(mandatory), description(mandatory)
All class material can be either available or sold.
Do a class diagram with:
1. all the classes ,
2. their associations
3. their multiplicity .
4. For each classes, where are the attributes/properties they have
Step by step
Solved in 2 steps with 1 images