Sunday, February 5, 2012

C++ Overloading Example

Posted by Jason On September - 29 - 2009

An Example/Tutorial on Function and Operator overloading in C++

Function Overloading is having functions of the same name but giving them different number of parameters or types.

Operator Overloading is having operator keywords like “+” or “-” perform another action or function.

C++ Overloading Example

Add A Comment

You must be logged in to post a comment.