Wednesday, February 20, 2008

Overloading in C++

Overloading is one kind of Polymorphism. It allows an object to have various meanings, depending on its context. When an exiting operator or function begins to function on new data type, or class, it is understood to be overloaded. If you denote more than one definition for a function name or an operator in the same scope, you have overloaded that function name or operator. Overloaded functions and operators are described in Overloading functions and Overloading operators correspondingly.


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?