1. What is polymorphism? “Operator overloading is a form of polymorphism”, explain the statement.
Answers
Answered by
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
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