Exforsys
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

operator overloading???

This is a discussion on operator overloading??? within the C and C++ forums, part of the Programming Talk category; any programmer in here?...

  1. #11
    sofiarunner's Avatar
    sofiarunner is offline Junior Member Array
    Join Date
    Mar 2011
    Location
    NY
    Answers
    15
    any programmer in here?


  2. #12
    miranda is offline Junior Member Array
    Join Date
    May 2011
    Answers
    1
    C++ allows the overloading of operators and functions. A single operator or function can be used with different classes of objects, which can simplify a program's code. Overloading allows a user to control the behavior of an operator with both user-defined and standard classes.


  3. #13
    poojadreams is offline Junior Member Array
    Join Date
    Aug 2011
    Location
    Hyderabad
    Answers
    22
    operator overloading is the property of Object oriented programming which gives an extra ability to an operator to act on a User-defined operand(Objects).
    Advantages:
    > It will act differently depending on the operands provided. Its called extesibility.
    > It is not limited to work only with primitive Data Type.
    > By using this overloading we can easily acces the objects to perform any operations.
    > It makes code much more readable.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...