C++ Operator Overloading Question:
Pick the other name of operator function.
a) function overloading
b) operator overloading
c) member overloading
d) None of the mentioned

Answer:
b) operator overloading
Previous Question | Next Question |
How to declare operator function? a) operator operator sign b) operator c) operator sign d) None of the mentioned | Tell me what is operator overloading in C++? |