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 scope operator in c++?
Is c++ double?
Is c++ low level?
Why do we use setw in c++?
What is else if syntax?
What is late binding c++?
Explain about templates of C++.
Define pre-condition and post-condition to a member function in c++?
Which one is a preferred language C or C++? Why?
Why should you learn c++?
What is const in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?