Question: Why would you implement composition using an id instead of a reference?

  1. It makes it easier to save the entity.
  2. all of these answers
  3. It can make the entity retrieval more efficient
  4. It minimizes coupling.

Answer: The correct answer of the above question is Option B:all of these answers