Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
overloading
Jump to user comments
language (Or "Operator overloading"). Use of a single
symbol to represent operators with different argument types,
e.g. "-", used either, as a monadic operator to negate an
expression, or as a dyadic operator to return the difference
between two expressions. Another example is "+" used to add
either integers or floating-point numbers. Overloading is
also known as ad-hoc polymorphism.