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 |
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
can anybody please tell me how to write a program in c++,without using semicolon(;)
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
What is a stack? How it can be implemented?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
How a pointer differs from a reference?
What is a driver program?
Give example of a pure virtual function in c++?
What is the full form of dos?
Do you know about latest advancements in C++ ?
0 Answers Agilent, ZS Associates,
How do I download c++?
How many types of modularization are there in c++?