Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between global variables and static varables?
What is purpose of new operator?
What is c strings syntax?
Is it possible to get the source code back from binary file?
What is c++ runtime?
What is a .lib file in c++?
Are there interfaces in c++?
What is wrapper class in c++?
Can you overload the operator+ for short integers?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Is string data type in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
what are the events occur in intr activated on interrupt vector table
What are the various compound assignment operators in c++?
Write bites in Turbo c++ Header ("Include") Files.