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 |
What is object in c++ example?
Explain unexpected() function?
What is a constructor initializer list and when we use constructor initializer list?
What is an adjust field format flag?
what is the basic concept of c++(object oriented programing)
Can user-defined object be declared as static data member of another class?
Can union be self referenced?
Which ide is best for c++?
What is helper in c++?
What is data abstraction? How is it different from data encapsulation?
What is constructor and destructor in c++?
What is a container class?