Question
a.
Two functions having same number of argument, order and type of argument can be overloaded if both functions do not have any default argument.
b.
Overloaded function must have default arguments.
c.
Overloaded function must have default arguments starting from the left of argument list.
d.
A function can be overloaded more than once.
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following statement is correct?
Similar Questions
Discover Related MCQs
Q. Which of the following statement will be correct if the function has three arguments passed to it?
View solution
Q. Which of the following statement is incorrect?
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of the following function / type of function cannot be overloaded?
View solution
Q. Which of the following function declaration is/are incorrect?
View solution
Q. Which of the following statement is incorrect?
View solution
Q. Where the default value of parameter have to be specified?
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of the following statement is incorrect?
View solution
Q. Which of the following statement is correct?
View solution
Q. Which of the following function / types of function cannot have default parameters?
View solution
Q. Which of the following statement is correct?
View solution
Q. The variable that are listed in the function's calls are called
View solution
Q. A programmer can create custom header files that must be end with
View solution
Q. Unary scope resolution operator is denoted by
View solution
Q. To make large programs more manageable programmers modularize them into subprograms that are called
View solution
Q. The maths function acos (x) stands for
View solution
Q. Which from the following is not a storage class specifier in C++?
View solution
Q. Which of the following function returns no value?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!