Back to the 2019 paper

Module 3: Software Design & Metrics

20192m

Classes communicate with one another via:
(i) processed information
(ii) interfaces
(iii) messages
(iv) coupling

Worked SolutionAI Assisted

Answer

(iii) Messages

Explanation

In object-oriented systems, objects/classes communicate by sending messages to request operations from one another. A message identifies an operation and may carry parameters.

Final answer: (iii) messages

Similar questions