Cpp Programming Quiz 171 – Which of the following statement is correct?

Question: 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