CSC/ECE 517 Fall 2010/ch5 5a MR: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Madhubharath (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
=Operator Overloading= | =Operator Overloading= | ||
The ability to define how user defined classes interact with operators applicable to primitive types is called Operator Overloading. | |||
=Conclusion= | =Conclusion= | ||
=References= | =References= |
Revision as of 23:20, 2 November 2010
Overloading
Method Overloading
Operator Overloading
The ability to define how user defined classes interact with operators applicable to primitive types is called Operator Overloading.