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

Explain about Garbage Collector?

0 Answers  


Can I learn c++ as my first language?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


Explain the extern storage classes in c++.

0 Answers  






What is the basic difference between C and C++?

0 Answers   NIIT,


What is doubly linked list in c++?

0 Answers  


What are static variables?

0 Answers  


what is upcasting in C++?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


What does count ++ do in c++?

0 Answers  


What are vectors used for in c++?

0 Answers  


Categories