View Single Post
  #4 (permalink)  
Old 06-02-2008, 12:35 AM
getzephyr getzephyr is offline
D-Web Programmer
 
Join Date: Dec 2007
Posts: 53
getzephyr is on a distinguished road
Default Re: Difference between function overloading and operator overloading

Function overloading (also polymorphisms or method overloading) is a programming concept that allows programmers to define two or more functions with the same name.

Operator overloading is the ability to tell the compiler how to perform a certain operation when its corresponding operator is used on one or more variables.
Reply With Quote