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 |
Explain abstraction.
How many types of modularization are there in c++?
Differences between private, protected and public and give examples.
What is the use of setprecision in c++?
What is vectorial capacity?
Write a program to concatenate two strings.
What is helper in c++?
How do you flush a buffer in c++?
Which algorithm do you like the most? Why?
What are arrays c++?
What is the difference between C and CPP?
What is the role of C++ shorthand's?