Answer Posted / abhishek sinha
functiion overloading means in a program we can define more
than function with the same name but different argument.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the first name of c++?
What are 2 ways of exporting a function from a dll?
How does a C++ structure differ from a C++ class?
What happens when you make call 'delete this;'?
What is an adaptor class or wrapper class in c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is pair in c++?
What is a namespace in c++?
What is difference between rand () and srand ()?
What is low level language in simple words?
What is the sequence of destruction of local objects?
If there are two catch statements, one for base and one for derived, which should come first?
Is c the same as c++?
What does override mean in c++?
what are the characteristics of Class Members in C++?