Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Differentiate between the message and method.

  Shared By: Adah Miller    Date: Jan 25    Category: C++ Programming    Views: 111

Answer:

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.

Share: 
 

Didn't find what you were looking for? Find more on Differentiate between the message and method. Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: