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
Q7: Which of the following code snippets denotes
Q20: Classes often correspond to _ in a
Q38: In a UML diagram, an interface implementation
Q43: How does a UML diagram denote classes
Q45: Consider the following code snippet:<br>Public class Manager
Q46: Consider the following code snippet:<br>Public class Motorcycle<br>{<br>Private
Q56: When documenting discovered classes and methods during
Q81: When using UML to create state diagrams,
Q82: You are designing a software solution for
Q101: Which of the following statements about class