Answer Posted / 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 |
Post New Answer View All Answers
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is setbase c++?
What is c++ code?
What is microsoft c++ redistributable?
Is python better than c++?
What is polymorphism & list its types in c++?
Can we define a constructor as virtual in c++?
What are the restrictions apply to constructors and destructors?
What does override mean in c++?
Is java based off c++?
Refer to a name of class or function that is defined within a namespace?
Is c++ a high level language?
How will you call C functions from C ++ and vice-versa?
Why #include is used?
How does com provide language transparency?