adspace
Answer Posted / Madhumeeta
In C++, an operator can be overloaded to perform operations on user-defined types. Unary operators are operators that take only one operand, such as ++, --, +, -, !, etc. When a unary operator is overloaded, it operates on the single operand and returns a result.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers