Discussion :: Functions - C++
-
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.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment