For Overloading 8220 8221 8220 8221 Or 8220gt8221 Operators A #278
For overloading “( )”, “[ ]” or “->” operators, a class __________
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 Class Members & Types - Object Oriented Programming MCQ: Member Functions - Quiz No.1.
For overloading “( )”, “[ ]” or “->” operators, a class __________
Must use static member functions
Must use non-static member functions
Must be non-static member and should not be friend of class
Must use static member function or a friend member function