1.

Differentiate Between The Message And Method In C++?

Answer»

Message in C++ :

  1. Objects communicate by sending MESSAGES to each other.
  2. A message is SENT to invoke a method in C++.

Method in C++ :

  1. Provides response to a message.
  2. It is an IMPLEMENTATION of an operation in C++.

Message in C++ :

Method in C++ :



Discussion

No Comment Found