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 |
Declare a class vehicle and make it an abstract data type.
What is difference between class and function?
How long does it take to get good at leetcode?
Difference between strdup and strcpy?
what is multi-threading in C++?
What does ios :: app do in c++?
What is runtime errors c++?
What is the difference between multiple and multilevel inheritance in c++?
What are protected members in c++?
Explain calling an object's member function(declared virtual)from its constructor?
In c++, what is the difference between method overloading and method overriding?
What are c++ stream classes?