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
When are exception objects created?
When must you use a pointer rather than a reference?
How a macro differs from a template?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is a base class?
What do you mean by storage classes?
What information can an exception contain?
How are virtual functions implemented in c++?
What is c++ namespace?
What is a dangling pointer in c++?
Why the usage of pointers in C++ is not recommended ?
Write a program which uses functions like strcmp(), strcpy()? etc
What is increment operator in c++?
Is c++ a float?
What is the full form of stl in c++?