Contents

The ability of a function to process the message or data in more than one form is called as……
a) inline function
b) function type
c) function overloading   
d) recursive function

c

Which of the following operator cannot be overloaded?
a) +                        
b) ?:                       
c) %                       
d) –

b

While overloading binary operators using member function, it requires…argument?
a) 2                        
b) 1                        
c) 0                        
d) 3

b

Which of the following is correct option?
a) x=5, y=10                        
b) x=10, y=5
c) compile error   
d) x=5, y=5

a

………. must be either non-static member function or friend functions.
a) member function
b) operator function
c) non-static function
d) friend function
a

A non-member function that is given access to all members of class within it is declared…….
a) access function              
b) friend function
c) operator function           
d) none of these

b