Classes of Operators
An operator is a symbol or function denoting an operation.
Operators in programming work similar to the way they do in mathematics, for instance, + for adding two operands or - for subtracting two operands.
An operand refers to the object (e.g a ...
thecyberstash.hashnode.dev2 min read