Operator Overloading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priya.sharma
    Senior Member
    • Aug 2016
    • 105

    Operator Overloading

    What is operator overloading?
  • lisajohn
    Senior Member
    • May 2007
    • 218

    #2
    This means C++ has the ability to provide the operators with a special meaning for a data type, this ability is known as operator overloading. For example, we can overload an operator '+' in a cl*** like String so that we can concatenate two strings by just using +.

    Comment

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎