What is the difference between method and message?
Answer Posted / dd
Method is a function or procedure that is defined for a
class and typically can access the internal state of an
object of that class to perform some operation. While
message is refer to instruction that is send to object which
will invoke the related method.
| Is This Answer Correct ? | 61 Yes | 6 No |
Post New Answer View All Answers
Should you pass exceptions by value or by reference?
how to access grid view row?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is the best free c++ compiler for windows?
What is a local reference?
What is the difference between interpreters and compilers?
What is DlgProc?
What is a container class?
How a pointer differs from a reference?
Name four predefined macros.
Why we use #include conio h in c++?
Write a program to interchange 2 variables without using the third one.
What is &x in c++?
Explain operator overloading.
What is the purpose of templates in c++?