An array or a collection can be used to implement a one-to-many has-a relationship.
22222222222222222222222222222222222222222
Which four statements are true? (Choose four.)
(C) Has-a relationships can be implemented using instance variables.
(D) Is-a relationships can be implemented using the extends keyword.
(E) Is-a relationships can be implemented using the implements keyword.
G. An array or a collection can be used to implement a one-to-many has-a relationship.