Basic and Advance Programming Question: Download Programming PDF

Differentiate between the message and method in programming?

Tweet Share WhatsApp

Answer:

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.

Download Programming PDF Read All 34 Programming Questions
Previous QuestionNext Question
What is a dangling pointer in programming?What do you mean by programming analysis and design?