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 the program form Armstrong no in c++?
What is binary object model?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Is c++ low level?
Explain what are single and multiple inheritances in c++?
List down the guideline that should be followed while using friend function.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Explain working of printf?
What do you mean by function and operator overloading in c++?
What is the sequence of destruction of local objects?
Explain how an exception handler is defined and invoked in a Program.
Write a program to add three numbers in C++ utilizing classes.