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
What does ios :: app do in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is the best way to declare and define global variables?
In a function declaration, what does extern mean?
What programming language should I learn first?
What is while loops?
Why do we need c++?
What is this weird colon-member (" : ") syntax in the constructor?
What are the benefits of oop in c++?
What is c++ try block?
How to demonstrate the use of a variable?
Describe linked list using C++ with an example.
Why is null pointer used?
Explain rethrowing exceptions with an example?
Can we use pointers in c++?