adspace


What is operator overloading in .net?

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


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1164