Computer Science, asked by surbhi5081, 1 year ago

Write short notes on Operator overloading.

Answers

Answered by Anonymous
1

Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it.

Answered by Anonymous
3

\huge\red{Answer}

Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. Overloaded operator is used to perform operation on user-defined data type. For example '+' operator can be overloaded to perform addition on various data types, like for Integer, String(concatenation) etc.

HOPE IT HELPS YOU !!

Similar questions