InterviewSolution
Saved Bookmarks
| 1. |
Describe The Advantages Of Operator Overloading? |
|
Answer» Operator overloading is used to provide some extra FEATURES, behaviors, and abilities to the USERS of a PARTICULAR CLASS. This feature in C++ helps in controlling the functions performed by an operator and reduces the chance of occurrence of errors in a program. Operator overloading is used to provide some extra features, behaviors, and abilities to the users of a particular class. This feature in C++ helps in controlling the functions performed by an operator and reduces the chance of occurrence of errors in a program. |
|