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 |
What is stream and its types in c++?
Which is most difficult programming language?
What is #include iostream?
Is swift better than c++?
Describe the main characteristics of static functions?
What does the ios::ate argument do?
what is oops
What methods can be overridden in java?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Is python better than c++?
What is a sequence in c++?
What is pure virtual function?