what is the operator overloading give me one example?
nag bushan
Example:
+ operator is mainly used for addition of numbers ( i = 2+2;).
Using operator overloading strings can be concatenated. (str = Dot + Net; )