Saturday, December 12, 2015

Message Passing



   >>> " The process by which an object sends data to another object or ask the other object to invoke a method."

   >>> Also known to some programming languages as interfacing.

   >>> A message for an object is a request for execution of a procedure, and therefore will invoke a function in the receiving object that generates the desired result. Message passing involves specifying the name of the object, the name of the function message and the information to be sent.

No comments:

Post a Comment