Answer Posted / kokila
One name with many forms. Single name used for many purpose.
Ex. single function name with multiple arguments
operator for dual purpose
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you remove an element from a set in c++?
Is it possible for a member function to delete the pointer, named this?
What is pointer to array in c++?
What is a namespace in c++?
Explain dangling pointer.
Is sorted c++?
What are the differences between malloc() and calloc()?
What do nonglobal variables default to a) auto b) register c) static
What is lazy initialization in c++?
what is data encapsulation in C++?
Explain stack & heap objects?
How does work in c++?
Tell me can a pure virtual function have an implementation?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is guard code in c++?