Wiki

Clone wiki

inf225public / glossary / Overloading

[Alphabetical Index | Tag Index]

Overloading

When the same name is used for multiple things (of the same kind). For example, several functions with the same name, distinguished based on the parameter types. C.f. Namespace, where the same name can have different meanings in different context (e.g., type names are distinct from variable names).

[Wikipedia]

Updated