OOPS
November 11, 2023
Theory-of-Computation
November 11, 2023
OOPS
November 11, 2023
Theory-of-Computation
November 11, 2023

OOPS

Question 15

Function overloading in C++ is

A
A group function with the same name
B
all have the same numbers and type of arguments
C
functions with same name and same numbers and same type of arguments
D
None of the given options
Question 15 Explanation: 
Function Overloading is defined as the process of having two or more function with the same name, but different in parameters is known as function overloading in C++. In function overloading, the function is redefined by using either different types of arguments or a different number of arguments.
Correct Answer: A
Question 15 Explanation: 
Function Overloading is defined as the process of having two or more function with the same name, but different in parameters is known as function overloading in C++. In function overloading, the function is redefined by using either different types of arguments or a different number of arguments.

Leave a Reply

Your email address will not be published. Required fields are marked *