What is function overloading in C++?



What is function overloading in C++?..

Answer / 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

More C++ General Interview Questions

Difference between pass by value and pass by reference?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


Define pure virtual function?

0 Answers  


What are the various situations where a copy constructor is invoked?

0 Answers  


What is size of Empty Class?

3 Answers   Persistent,


Is nan a c++?

0 Answers  


Does c++ support exception handling?

0 Answers  


Is c or c++ more useful?

0 Answers  


What are shallow and deep copies?

0 Answers  


Explain the difference between c++ and java.

0 Answers  


What is the use of data hiding?

0 Answers  


Why is swift so fast?

0 Answers  


Categories