Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use UML Class Diagram to edit and finish this class diagram. Make sure to justify the multiplicity choices. The image below contains all the information.

Use UML Class Diagram to edit and finish this class diagram. Make sure to justify the multiplicity choices. The image below contains all the information.

image text in transcribed

Pg 349 Exercise 9.47 1. Draw the class diagrams and show the associations with the appropriate multiplicity (cardinality). Use UML Class Diagrams, not ER Diagrams. 2. Discuss and justify the multiplicity choices. 9.47 Consider the following 3NF relations about a sorority or fraternity: MEMBER (Member_ID,Name,Address,Dues Owed) OFFICE (Office_Name,Officer_ID,Term_Start_Date, Budget) EXPENSE(Ledger_Number,Office_Name,Expense_Date, Amt Owed) PAYMENT (Check_Number.Expense_Ledger Number, Amt Paid) RECEIPT(Member_ID,Receipt_Date,Dues Received) COMMITTEE (Committee ID,Officer_in_Charge) WORKERS(Committee_ID,Member_ID) Est and Finish tis lass diogam. Hake sure to use LML Class Disghon ond to juakly te multiplicty chaces Committee Interface Receipt Interface Office Interface -Committee ID:int -Officer_in_Charge:String Member ID int -Receipt_Date:Date Dues Received: Date -Office_Name:String Officer ID:int Term_Start_Date:Date -Budget:double think about it Workers Interface Expense Interface Committee ID:int Member IDint Ledger Number:int -Office_Name:String -Expense Date:Date Amt Paid:Double Member Interface Payment Interface +member_ID:int name:String -address:String Dues Owed:Double -Check Number:int Expense_Ledger Number:int Amt Paid:Int pay

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced MySQL 8 Discover The Full Potential Of MySQL And Ensure High Performance Of Your Database

Authors: Eric Vanier ,Birju Shah ,Tejaswi Malepati

1st Edition

1788834445, 978-1788834445

More Books

Students also viewed these Databases questions

Question

Discuss communication challenges in a global environment.

Answered: 1 week ago