Select from following answers:- Function must be a static.
- Function must have the keyword operator followed by the operator which is to be overridden.
- The return value of the function is the result of the operation.
- The parameters of the function are the operands.
- All Above
Above all statements are correct about Operator Overloading as it's function must be of static and also Operator keyword is used with function with operator like +,-,!= and so on..
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator