Which among the following can show polymorphism?
a) overloading ||
b) overloading +=
c) overloading <<
d) overloading &&
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
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
Which type of function shows polymorphism among the following?
a) inline function
b) virtual function
c) undefined function
d) class member function