Differentiate between the message and method. C++

Q

Differentiate between the message and method. C++

✍: Guest

A

Message:
* Objects communicate by sending messages to each other.
* A message is sent to invoke a method.

Method
* Provides response to a message.
* It is an implementation of an operation.

2012-01-09, 2662👍, 0💬