View Single Post
  #3 (permalink)  
Old 05-29-2008, 03:48 AM
naina naina is offline
D-Web Trainee
 
Join Date: May 2008
Posts: 8
naina is on a distinguished road
Default Re: Difference between function overloading and operator overloading

fuction overloading:-C++ enables several functions of the same name to be defined, as long as these functions have different sets of parameters (at least as far as their types are concerned). This capability is called function overloading
Operator overloading allows existing C++ operators to be redefined so that they work on objects of user-defined classes.
__________________
Web Templetes
Web site Design
Reply With Quote