What is the difference between method and message?
Answer Posted / smita
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 ? | 129 Yes | 17 No |
Post New Answer View All Answers
Evaulate: 22%5 a) 2 b) 4 c) 0
Define a nested class. Explain how it can be useful.
Explain one-definition rule (odr).
How did c++ start?
What's the order in which the local objects are destructed?
How do you define/declare constants in c++?
Can you Mention some Application of C/C++?
Explain the register storage classes in c++.
What is the difference between a type-specific template friend class and a general template friend class?
Can I learn c++ in a week?
What is diamond problem in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is c++ 11 and c++ 14?
What are the types of array in c++?
How can you link a c program with a c function?