What is the difference between method and message?
Answer Posted / earvinyuvi
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 ? | 6 Yes | 2 No |
Post New Answer View All Answers
Does c++ support exception handling?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What do you mean by persistent and non persistent objects?
what is data encapsulation in C++?
What is setfill c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Comment on assignment operator in c++.
Keyword mean in declaration?
What are the uses of typedef in a program?
What are function prototypes?
What do you mean by static variables?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Explain what are mutator methods in c++?
Does improper inheritance have a potential to wreck a project?
Explain the scope of resolution operator.