Which Among The Following Are Valid Ways Of Overloading The #960
Which among the following are valid ways of overloading the operators?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Member Operator Function - Quiz No.1.
Which among the following are valid ways of overloading the operators?
Only using friend function
Only using member function
Either member functions or friend functions can be used
Operators can’t be overloaded