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 |
Write a c program for binary addition of two 8 bit numbers.
Why do we use iterators?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
List the types of polymorphism in c++?
What is a map in c++?
how to connect with oracle 9i with server in socket program in c/c++
How do you declare A pointer to function which receives an int pointer and returns a float pointer
In a function declaration, what does extern mean?
Are strings mutable in c++?
throw Can constructors exceptions?
What is the difference between a baller and a reference in C++?
what is pulse code modulation?