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 |
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
How to demonstrate the use of a variable?
Tell me can a pure virtual function have an implementation?
Explain the need for "Virtual Destructor"?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is vector processing?
Explain differences between alloc() and free()?
How do I use turbo c++?
What apps are written in c++?
What is the use of setfill in c++?
Write a Program for find and replace a character in a string.
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)