Differentiate between the message and method?



Differentiate between the message and method?..

Answer / ritesh pal

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Declare a class vehicle and make it an abstract data type.

0 Answers  


What is difference between class and function?

0 Answers  


How long does it take to get good at leetcode?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


what is multi-threading in C++?

0 Answers  






What does ios :: app do in c++?

0 Answers  


What is runtime errors c++?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


What are protected members in c++?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


In c++, what is the difference between method overloading and method overriding?

0 Answers  


What are c++ stream classes?

0 Answers  


Categories