Answers

Question and Answer:

  Home  Programming

⟩ Differentiate between the message and method in programming?

Message in Programming:

* Objects communicate by sending messages to each other.

* A message is sent to invoke a method.

Method in Programming:

* Provides response to a message.

* It is an implementation of an operation.

 144 views

More Questions for you: