Answer Posted / 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 View All Answers
Which bit wise operator is suitable for putting on a particular bit in a number?
Where can I run c++ program?
What is stl containers in c++?
What is time_t c++?
Explain the difference between realloc() and free() in c++?
Which function cannot be overloaded c++?
What is flush () in c++?
Can we run c program in turbo c++?
What is an iterator?
Can we use this pointer inside static member function?
Explain virtual class and friend class.
Explain how to initialize a const member data.
Keyword mean in declaration?
What is std :: endl?
How can I improve my c++ skills?