Prepare for your Next Interview
This is a discussion on Operator Overloading within the C and C++ forums, part of the Software Development category; C++ is a powerful language and I want to know about operator overloading .Can someone tell me the points to consider while doing or while using the concept of operator ...
|
|||
|
Operator Overloading
C++ is a powerful language and I want to know about operator overloading .Can someone tell me the points to consider while doing or while using the concept of operator overloading.
|
| Sponsored Links |
|
|||
|
Re: Operator Overloading
This is a very big concept to put all the points. But to say in short for you Operator overloading is a concept in which a single operator can take up several functions as desired by programmers depending on the argument taken by the operator.
|
| The Following User Says Thank You to SriramKrishna For This Useful Post: | ||
|
|||
|
Re: Operator Overloading
Here are some useful refferences. You'll get millions if you hit a google search.
http://msdn2.microsoft.com/en-us/library/5tk49fh2.aspx Here's the wiki link... Operator overloading - Wikipedia, the free encyclopedia Cheers, Kalayama
__________________
[COLOR="Blue"][SIZE="2"]"If you are not living on the edge of your life, you are wasting space"[/SIZE][/COLOR] Someone says "Impossible is nothing". The man next him says "Let me see you licking your elbow tip!" |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between method overriding and overloading | nancyphilips | OOPS | 23 | 3 Days Ago 03:26 AM |