C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 20)
20.
Which of the following is correct about function overloading?
The types of arguments are different.
The order of argument is different.
The number of argument is same.
Both A and B.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 2 of 2.

Sangee said:   1 decade ago
Overloading is nothing but same function with different arguments.

SALEHA said:   1 decade ago
In function overloading function has same name but accessing depends on the no. And type of arguments so, answer is option A & B.

Vijju said:   1 decade ago
It may or may not different in the return type.

Baru said:   1 decade ago
Function overloading definition it contain same name but different datatype n return type n arguments list.


Post your comments here:

Your comments will be displayed after verification.