Saturday 23 June 2012

What is function's signature?

Function's signature is its name plus the number and types of the parameters it accepts.

Function signatures do not include return type, because that does not participate in overload resolution.

No comments:

Post a Comment