Answer Posted / nashiinformaticssolutions
Function overloading is the process whereby two or more functions with the same name are given different parameters; it’s a type of polymorphism. The purpose of function overloading is to improve program readability and consistency as well as optimize memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does catch(…) mean?
Name the debugging methods that are used to solve problems?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
why and when we can declar member fuction as a private in the class?
What relational operators if statements in c++?
How is c++ different from java?
Specify some guidelines that should be followed while overloading operators?
Where can I run c++ program?
Can you explicitly call a destructor on a local variable?
What are the operators in c++?
Write a program to show polymorphism in C++?
What are structs in c++?
What do you mean by static variables?
How the endl and setw manipulator works?
Explain the pure virtual functions?