Multiple Choice
Given the following diagram showing class relationships: What type of relationship is shown between BankAccount and Customer?
A) Customer aggregates BankAccount, indicating that a customer may have 2 bank accounts.
B) BankAccount aggregates Customer, indicating that 2 customers may share a bank account.
C) BankAccount depends on Customer, indicating that many customers may have 2 bank accounts.
D) Customer depends on BankAccount, indicating that a customer may have 2 bank accounts.
Correct Answer:

Verified
Correct Answer:
Verified
Q94: You are designing a software solution for
Q95: When using UML to create state diagrams,
Q96: Given the following diagram showing class relationships:
Q97: What is a general naming convention for
Q98: UML means_.<br>A)Unified Mode Language<br>B)User Modeling Language<br>C)User Mode
Q99: Which of the following code snippets denotes
Q101: Which of the following statements about class
Q102: In a UML diagram, aggregation is denoted
Q103: When you begin designing a program, you
Q104: You have determined a need for an