What is the difference between method and message?
Answer Posted / smita
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 ? | 129 Yes | 17 No |
Post New Answer View All Answers
What does it mean to declare a destructor as static?
How to tokenize a string in c++?
What is malloc in c++?
What is the use of ::(scope resolution operator)?
what is the use of void main() in C++ language?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is format for defining a structure?
What is a base class?
What are separators in c++?
List the issue that the auto_ptr object handles?
Comment on c++ standard exceptions?
what is VOID?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What jobs can you get with a c++ certification?