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 |
How long it will take to learn c++?
Can a function take variable length arguments, if yes, how?
what is data encapsulation in C++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What are the two types of comments, and how do they differ?
Which is best c++ or java?
What is ios :: in in c++?
Which algorithm do you like the most? Why?
Why is c++ still used?
what is data Abstraction
What is the syntax for a for loop?
What is the use of ‘using’ declaration?