The mechanism wherein an Operator exhibits different behavior in different instances is known as _________

Options
- Method overloading
- object overloading
- operator overloading
- polymorphism


CORRECT ANSWER : operator overloading

Discussion Board
C++ - Operator Overloading

The mechanism wherein an Operator exhibits different behavior in different instances is known as Operator Overloading. The behavior depends upon the types of data used in the operation.

Prajakta Pandit 01-27-2017 12:24 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement