InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operators are overloaded by default by the compiler in every user defined classes even if user has not written?1) Comparison Operator ( == )2) Assignment Operator ( = ) (A) Both 1 and 2(B) Only 1(C) Only 2(D) None of the two |
| Answer» None | |