Q18
What is operator overloading in C++?
A.
Redefining a function within a class
B.
Defining multiple functions with the same name but different arguments
AnswerC.
Defining new operators for existing types
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board