InterviewSolution
Saved Bookmarks
| 1. |
How many approaches are used for operator overloading?(a) 1(b) 2(c) 3(d) 4This question was posed to me during an interview.I'd like to ask this question from Operator Overloading in chapter Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Correct choice is (c) 3 |
|