Computer Science, asked by vklm6483, 1 year ago

What is message passing in oop?

Answers

Answered by AjaySurage
0
sorry, we are not getting your question, what are you saying,.
Answered by MrTSR
0

ANSWER :-

☛  Message passing simply means that (at a very abstract level) the fundamental mechanism of program execution is objects sending each other messages. The important point is that the name and structure of these messages is not necessarily fixed beforehand in the source code and can itself be additional information. This is an important part of what Alan Kay originally envisioned as "object oriented programming".

Similar questions