Contents

Which among the following can show polymorphism?
a) overloading ||
b) overloading +=
c) overloading <<              
d) overloading &&

c

Which among the following is not true for polymorphism?
a) feature of OOP               
b) ease in readability
c) redefining same functionality      
d) overhead of function

d

The languages that support classes but not polymorphism is called?
a) class-base language                                       
b) child class-base language
c) object-based language 
d) procedure-oriented language

c

Which type of function shows polymorphism among the following?
a) inline function                                                
b) virtual function
c) undefined function
d) class member function

b