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
Name the debugging methods that are used to solve problems?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
How many types of comments are there in c++?
Are strings mutable in c++?
Why do we use pointers in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is the arrow operator in c++?
Which is better turbo c++ or dev c++?
Differentiate between structure and class in c++.
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is endl c++?
Write a function to find the nth item from the end of a linked list in a single pass.
what is upcasting in C++?
What is the difference between containment and delegation?
What are the various operations performed on stack?