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.

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

Balaji said:   8 years ago
What is meant by order of arguments?

Smarty said:   9 years ago
Please explain it with an example.

Varun Aggarwal said:   10 years ago
How is argument different?


Post your comments here:

Your comments will be displayed after verification.