Multiple Choice
Given the following diagram showing class relationships: What of the following best describes the type of relationship shown between Bank and Customer?
A) Customer aggregates Bank, indicating that a customer may deal with many banks.
B) Bank aggregates Customer, indicating that a bank may deal with many customers.
C) Bank depends on Customer, indicating that a bank may deal with many customers.
D) Customer depends on Bank, indicating that a customer may deal with many banks.
Correct Answer:

Verified
Correct Answer:
Verified
Q91: How do databases affect companies?<br>A)Lower cost of
Q92: In a UML diagram, dependency is denoted
Q93: During the implementation phase, which of the
Q94: You are designing a software solution for
Q95: When using UML to create state diagrams,
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
Q100: Given the following diagram showing class relationships:
Q101: Which of the following statements about class