Cpp Programming 69 – Which of the following is correct about function overloading?

Question: Which of the following is correct about function overloading?
[A]. The types of arguments are different.
[B]. The order of argument is different.[C]. The number of argument is same.
[D]. Both A and B.

Answer: Option D