Question:Which of the following statements about function overloading, is true?
A Which of the following statements about function overloading, is true?
B Overloaded functions may not be declared as "inline"
C Although the return types and parameter types of overloaded functions can be different, the actual number of parameters cannot change
D Function overloading is possible in both C and C++
E The parameter lists and const keyword are used to distinguish functions of the same name declared in the same scope
+ AnswerD
+ Report