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

Describe private, protected and public – the differences and give examples.

0 Answers  


How to change constant values?

6 Answers   Huawei, Symphony,


Which is best ide for c++?

0 Answers  


Explain the different access specifiers for the class member in c++.

0 Answers  


What is srand c++?

0 Answers  






Explain pass by value and pass by reference.

0 Answers  


How do I run a program in notepad ++?

0 Answers  


Tell me what are static member functions?

0 Answers  


How does atoi function work?

0 Answers  


What is the difference between a reference and a pointer?

0 Answers  


What do you mean by vtable and vptr in c++?

0 Answers  


Write about an iterator class?

0 Answers  


Categories