Outcome 1 [04Marks] Question1: DESCRIPTION: In KAU, the Deanship of Admission and Registration developed a sophisticated
Posted: Sat Nov 27, 2021 2:27 pm
Outcome 2 [06 Marks] Question 2: Create the Class Diagram for the following problem statement. All relationships and multiplicities should be indicated on the diagram. [2.1][6Marks] Problem Statement: Consider Banking management system where a bank has many branches. A bank is characterized by bank name and code and each bank is capable of add/remove branches . Branches are characterized by their ID and the city where it located. Each branch can have multiple accounts. An account can granted one or more loans. For each loan, an amount and type of loan must be known. An account is characterized by an ID and Balance. A customer can open accounts. A customer may also procure loans from the bank. A customer is characterized by an ID, name, phone and address. Bank Loan +BankName +BankCode -LoanID -LoanType -Amount -AddBranch() -RemoveBranch() 0.. Customer 1 1 Branch 1 -ID -Name -Phone -address Account +Branch Name +Branchid -AccountiD -Balance 0..1 ์กฐ