Results 1 to 6 of 6

Thread: Operator Overloading

  1. #1
    Junior Member
    Join Date
    May 2008
    Answers
    1

    Question Operator Overloading

    What is benefit of using Operator overloading in C, C++, c#?


  2. #2
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    Re: Operator Overloading

    Operator Overloading is for using the single operator for multiple operations.


  3. #3
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Re: Operator Overloading

    c# is the language based on oops methodology & this methodology is designed to save the resource used, time and minimise the errors. Operator overloading is one of the method fulfiling this purpose of oops.


  4. #4
    Junior Member
    Join Date
    Jul 2008
    Answers
    7

    Re: Operator Overloading

    Quote Originally Posted by sivasubbu View Post
    What is benefit of using Operator overloading in C, C++, c#?
    Operator overloading means one operator behaves different types
    that means + is used for addition at the same time '+' this is also used for string
    concatination........


  5. #5
    Junior Member
    Join Date
    Jul 2007
    Answers
    18

    Re: Operator Overloading

    The main benefit of an operator overloading is extensiblity. An operator will act differently according to the given operands.


  6. #6
    Junior Member
    Join Date
    Mar 2008
    Answers
    1

    Re: Operator Overloading

    it is maily to reuse same objects.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact