Functions - Programming

Q1:

Which of the following statement is correct?

A Overloaded functions can accept same number of arguments.

B Overloaded functions always return value of same data type.

C Overloaded functions can accept only same number and same type of arguments.

D Overloaded functions can accept only different number and different type of arguments.

ANS:A - Overloaded functions can accept same number of arguments.

No answer description is available. Let's discuss.