Answer Posted / 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 View All Answers
Why the usage of pointers in C++ is not recommended ?
What is the difference between a template and a macro?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
State the difference between pre and post increment/decrement operations.
Is map ordered c++?
Write a function to find the nth item from the end of a linked list in a single pass.
What is a .lib file in c++?
What does the ios::ate argument do?
What do you mean by translation unit?
What is null pointer and void pointer?
what are Access specifiers in C++ class? What are the types?
What are the advantage of using register variables?
What is data hiding c++?
Write a program to find the Factorial of a number
What are the two types of comments?