Monday, 17 October 2011

What is Operator Overloading?

The operator overloading is a specific case of polymorphisms in which some or all of operators like +, - or == are treated as polymorphic (multi) functions and as such have different behaviors depending on the types of its arguments.

No comments:

Post a Comment