Overloaded operators

Please give some more information about what is overloaded operators. how is it useful/

hello @govilayush
operation is way to achieve polymorphism.
i,e with the same operator we can perform more than one type of operations.
for example
1+3 =4 (here + is acting as arithmetic operator)

“am” + “an”= “aman” (here + is acting as concatinating operator).

for syntax and more detail pls refer this link

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.