Question: A programmer is overloading the equality operator ( = = ) and has created a function named operator = = . What are the return
A programmer is overloading the equality operator and has created a function named operator What are the return type and arguments of this function?
Return type: int, Arguments: const bool references
Return type: none, Arguments: const class type references
Return type: class type, Arguments: const bool reference
Return type: bool, Arguments: const class type references
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
