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
Q15: Which of the following statements is correct?<br>A)Dependency
Q26: When using the CRC method, other classes
Q38: In a UML diagram, an interface implementation
Q44: Given the following diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7390/.jpg" alt="Given
Q45: In a UML diagram, the relationship symbol
Q49: Given the following diagram showing class relationships:
Q50: A/an _ represents a set of objects
Q52: Which statement correctly describes the class relationship
Q57: The dependency relationship is sometimes referred to
Q68: During the implementation phase, which of the