what do you mean by message passing in OOP
Answers
Answered by
6
The sending of message to a process which can be an object, parallel process, Subroutine, function or thread.
RAAJSRIWASTAV3:
Ok.
Answered by
4
Message passing is a type of communication between processes. Message passing is a form of communication used in parallel programming and object-oriented programming. Communications are completed by the sending ofmessages (functions, signals and data packets) to recipients.
Similar questions