| 1. |
What Is Operator Overloading In .net? |
|
Answer» OPERATOR overloading is the most evident EXAMPLE of Polymorphism. In operator overloading, an operator is ‘overloaded’ or MADE to perform ADDITIONAL functions in addition to what it actually does. For e.g. we can overload the “+” operator to add two complex numbers or two imaginary numbers. Operator overloading is the most evident example of Polymorphism. In operator overloading, an operator is ‘overloaded’ or made to perform additional functions in addition to what it actually does. For e.g. we can overload the “+” operator to add two complex numbers or two imaginary numbers. |
|