Vidyalelo
C++ Programming · Q128

Classes and Objects in C++

Programming · C++ Programming · question 128

Q128

Which is the correct statement about operator overloading?

A.
Only arithmetic operators can be overloaded
B.
Only non-arithmetic operators can be overloaded
C.
Precedence of operators are changed after overlaoding
D.
Associativity and precedence of operators does not change
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board