InterviewSolution
Saved Bookmarks
| 1. |
What Is Operator Overloading? |
|
Answer» It is the process of, and ability to redefine the way an OBJECT responds to a C++ OPERATOR symbol. This would be done in the object’s class definition. It is the process of, and ability to redefine the way an object responds to a C++ operator symbol. This would be done in the object’s class definition. |
|