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
What is a c++ vector?
Describe linked list using C++ with an example.
Explain static and dynamic memory allocation with an example each.
What is difference between c++ and c ++ 14?
What is the hardest coding language to learn?
What is data abstraction? How is it different from data encapsulation?
Is java a c++?
Explain data encapsulation?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is the difference between a template and a macro?
Why the usage of pointers in C++ is not recommended ?
What is a flag in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are the comments in c++?
Can we use pointers in c++?