The process of defining additional meaning of an operator is
called……
a) function overloading
b) encapsulation
c) operator overloading
d) Inheritance
Which of the following keywords is used with the operator symbol to
be overloaded?
a) overload
b) operator
c) expand
d) enhance
The keyword is used in parenthesis to overload an increment operator for…….. notation.
a) prefix
b) postfix
c) both a & b
d) none of these
Operator overloading is sued for………
a) improve the processing speed
b) define additional meaning
c) restrict use of operator
d) explain the use of operator
A type of operator that works with single operand is called……
a) unary operator
b) binary operator
c) ternary operator
d) none of these
A type of operator that works with two operands
is called……
a) unary operator
b) binary operator
c) ternary operator
d) none of these