Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use draw.io Design a class diagram of a Banking System as per below details: There would have 6 Classes as 1) Bank : 2 fields(code,
use draw.io
Design a class diagram of a Banking System as per below details: There would have 6 Classes as 1) Bank : 2 fields(code, address), 2 methods(manges (), maintains( ()) 2) Customer : 5 fields (name, address, dob, cardNumber, pin), 1 method(verifyPassword()) 3) ATM : 2 fields(Location, managedBy), 2 methods(idenitfy 0 , transactions()) 4) ATM Transaction : 5 fields(transactionid, date, type, amount, postBalance, 1 method(modify ()) 5) Account : - 2 fieldg(accountNumber, balance), 3 methods(deposite (, withdraw 0 , create Transaction()), There are two types i.e Current Account, and Saving account CurrentAccount : 2 fields(account no, balance), 1 method(withdraw0) SavingAccount: 2 fields(account_no, balance) All possible relationships and generalization must be display in the class diagram. Attach File Click Save and Submit to save and submit. Click Save Al Answers to save all answers
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