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
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Explain the difference between abstract class and interface in c++?
Describe linked list using C++ with an example.
What are the new features that iso/ansi c++ has added to original c++ specifications?
How do you decide which integer type to use?
State the difference between pre and post increment/decrement operations.
What is using namespace std in c++?
What is lambda in c++?
What kind of jobs can I get with c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How do you declare a set in c++?
What are the basics of local (auto) objects?
Define friend function.
How do you declare A pointer to a function which receives nothing and returns nothing
Define 'std'.