Operator (computer programming): Difference between revisions

Content deleted Content added
Semantics: linked assignment
Aoepull (talk | contribs)
Include "Further information" for ad hoc polymorphism
Line 39:
 
== ad hoc polymorphic ==
{{further|Ad hoc polymorphism}}
Some languages provide operators that are '''ad hoc polymorphic''' {{endash}} inherently overloaded. For example, in [[Java (programming language)|Java]] the {{code|+}} operator sums [[number]]s or [[concatenate]]s [[String (computer science)|strings]].
 
== Customization ==