Signature (computer science)

From Free net encyclopedia

The signature of a function is roughly equivalent to its prototype definition in the C programming language. It contains the name of the function as well as its parameters and their type. This also includes the return value.

Analogous to the function signature, CS defines the word 'signature' for other contexts with similar attributes (e.g. database tables).