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 |
What does it mean to declare a member variable as static?
Write a function to find the nth item from the end of a linked list in a single pass.
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Why the usage of pointers in C++ is not recommended ?
Can comments be nested?
How do pointers work?
What do you mean by ‘void’ return type?
What are the different types of comments allowed in c++?
What is object slicing and how can we prevent it?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is difference between n and endl in c++?