Which term most accurately describes the concept where one object sends a message to another separate object to invoke an action?
Explanation
Data coupling occurs when one object communicates with another independent object by passing a message. This interaction involves the transfer of data between the two objects, distinguishing it from control coupling or other types of relationships.