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 |
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is the importance of mutable keyword?
What is ctime c++?
Is there something that we can do in C and not in C++?
Explain what is oop?
What are the basic data types used in c++?
Explain the properties and principles of oop.
What is the use of class in c++?
Name the operators that cannot be overloaded in C++?
Explain what is class definition in c++ ?
what is polymorphism?
what is object?