company logo

assignment operation

Assignment operations assign the value of the right operand to the left operand. When data types are not compatible, the right operand is converted into the type of the left operand. An assignment returns the value of the left operand after assigning the right operand.

There are two types of assignment operations defined: reference assignment and value assignment.

Generalisations:  operation
References