C++ Programming Question: Download C++ Programming PDF

Differentiate between the message and method in C++?

Tweet Share WhatsApp

Answer:

Message in C++ :
* Objects communicate by sending messages to each other.
* A message is sent to invoke a method in C++.

Method in C++ :
* Provides response to a message.
* It is an implementation of an operation in C++.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is a dangling pointer in C++?What is an adaptor class or Wrapper class in C++?