In C which of the following operator can only be overloaded as a-04066
In C++, which of the following operator can only be overloaded as a member function of the class?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.9.
In C++, which of the following operator can only be overloaded as a member function of the class?
Equality Operator: ==
Inequality Operator: !=
Function Operator: ()
Stream Extraction Operator: >>