Java View all facts Glossary Help |
| syntactic unit > symbol > operator > arithmetic operator > + |
| + comparison table | |||||||||
| Subject | use | have syntax | has definition | have purpose | be | is a kind of | is an instance of | indicate | |
|---|---|---|---|---|---|---|---|---|---|
| arithmetic operator | to perform basic arithmetic operations | operator | |||||||
| binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | |||||
| + | an infix notation | operand1 + operand2 | to add two operands together or to perform string concatenation | said to be an overloaded operator because it has two different meanings depending on the types of its operands | binary operator | addition |
Next arithmetic operator: ++ Up: arithmetic operator, binary operator Previous arithmetic operator: *