Saturday 23 June 2012

What is “function overloading”?

Having a functions with the same name but different type and/or number of arguments.
Depending on the types provided, compiler can deduce which overload to call.

No comments:

Post a Comment