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 |
How would you use qsort() function to sort an array of structures?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
Are vectors faster than arrays?
What is the full name of logo?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Give 10 points of differences between C & C++.
What is #include cmath?
What is a rooted hierarchy?
What do you mean by internal linking and external linking in c++?
difference between the c++ and c languages
What is c++ namespace?
Show the declaration for a static member variable.