πŸ“Š C++
Q. Which of the following statement is correct?
  • (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.
πŸ’¬ Discuss
βœ… Correct Answer: (D) A function can be overloaded more than once.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
122
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ranjeet
Publisher
πŸ“ˆ
97%
Success Rate