The languages that support classes but not polymorphism is called….
a) child class-base language
b) class base language
c) object-base language
d) procedure-oriented language
Which one is the language that does not support polymorphism but support classes?
a) C++
b) C#
c) Ada
d) Java
Which one of the following can show polymorphism?
a) overloading %%
b) overloading &&
c) overloading <<
d) overloading **
A function or method whose behavior can be overridden within an inheriting class is called…….
a) normal function
b) virtual function
c) pure virtual function
d) all of these