Answered step by step
Verified Expert Solution
Question
1 Approved Answer
?? Exercise 2: 2.A) Provide a textual/oral description of the following system (a simple Bank Administration System) given in the class diagram below. In describing
??
Exercise 2: 2.A) Provide a textual/oral description of the following system (a simple Bank Administration System) given in the class diagram below. In describing the system identify all the components found in the diagram. 2.B) Draw the class diagram below using StarUML. Bank -bankid:int (readOnly) -name: String -Location: String - Customers: Customer(1.4) Transaction -amount: double -Transactionid int -TransactionDate: Date -withdraw(withdrawAmount double): void -deposit depositAmount double): void Transfer(transferAmount double} void 0. Customer -id:int -name: String -Address: String +generalEnquiry(): void *requestCardo:void *applyForLoan(); void Bank Account -accountNumberint (readOnly} -balance double -date Created Date getAccount Number: int *getBalance(): double +getDateCreated): Date -setBalance(new Balance double} void Current Account SavingAccount 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