adspace
Answer Posted / Amar Dixit
Operator Overloading is a feature in C# (and other .NET languages) that allows you to define the behavior of operators like +, -, *, /, etc., for your own user-defined types. This can make custom data types behave more naturally when performing common operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers