Sunday, 12 July 2015

Operator Overloading

Topics


1.   Introduction to Operator Overloading.
       

Operator overloading is syntactic sugar, and is used because it allows the developer to program using notation closer to the target domain[1] and allows user-defined types a similar level of syntactic support as types built into the language. It is common, for example, in scientific computing, where it allows computational representations of mathematical objects to be manipulated with the same syntax as on paper.

2. Types:


Image result for Operator Overloading. in java

No comments:

Post a Comment