Computer Science, asked by ravibasnet369, 8 months ago

1. What is polymorphism? “Operator overloading is a form of polymorphism”, explain the statement.

Answers

Answered by aadil1290
3

Answer:

Operator overloading is a form of polymorphism (for example, the + operator once overloaded in a class can be used in different ways depending on the operands. If the operands are objects then the overloaded + is used...

Answered by Anonymous
1

Answer:

Operator overloading is a form of polymorphism (for example, the + operator once overloaded in a class can be used in different ways depending on the operands. If the operands are objects then the overloaded + is used.

Similar questions