What is the difference between method and message?
Answer Posted / rajputvishal
A message is an instruction to perform some operation send by an object to another object which will perform the operation.
A method is the implementation which is executed after receiving the message
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Explain shallow copy?
What is the two main roles of operating system?
What is const in c++?
How do you clear a map in c++?
What is the best book for c++ beginners?
Can a constructor return a value?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Can create new c++ operators?
What is basic if statement syntax?
What is the standard template library (stl)?
What is one dimensional array in c++?
what are the decision making statements in C++? Explain if statement with an example?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is the role of C++ shorthand's?
How many types of modularization are there in c++?