

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following are valid ways of overloading the operators? |
A. | Only using friend function |
B. | Only using member function |
C. | Either member functions or friend functions can be used |
D. | Operators can’t be overloaded |
Answer» D. Operators can’t be overloaded | |