- B Consider A Banking System With The Following Classes 5 Points Bank Class Represents A Physical Bank A Bank Has A 1 (28.78 KiB) Viewed 45 times
B) Consider a banking system; with the following classes: (5 points) Bank class represents a physical bank, a bank has a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
B) Consider a banking system; with the following classes: (5 points) Bank class represents a physical bank, a bank has a
B) Consider a banking system; with the following classes: (5 points) Bank class represents a physical bank, a bank has a location and a telephone number. A bank manages several bank accounts. Customer class represents a bank customer. A customer should provide his/her name, date of birth and address in order to have a bank account. A customer may have one bank account or more. Account class represents a bank account. Each account has a unique account number. In order to create a bank account, a customer should have a balance in his account that is at least 250 JD. A customer can deposit or withdraw money from his/her account. Draw a full and clear UML class diagram (including association and their cardinality) using the three classes above. You should also include attributes and operations for each class. C) Develop a sequence diagram showing the interactions involved when a student registers for a course in a university. Courses may have limited enrolment, so the registration process must include checks that places (5 points) are available. Assume that the student accesses an electronic course catalog to find out about available courses.