Tuesday 31 March 2015

Overloadable Operators

C++ provides a wide variety of operators to perform operations on variance operands.

The operators are classified into unary and binary operators based on number of arguments on which they operate.

The precedence relation of overloadable operators and their expression syntax remains the same even after overloading.



No comments:

Post a Comment