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
Q9: You are designing an application to support
Q26: When using the CRC method, other classes
Q28: If you do not include a package
Q72: Dependency between classes denotes that _.<br>A)Objects of
Q80: You have determined the need for a
Q82: Given the following diagram showing class relationships:
Q84: In a UML diagram, the relationship symbol
Q85: Which statement correctly describes the class relationship
Q91: Consider the following code snippet:<br>Public class PowerBoat
Q93: During the implementation phase, which of the