A …….. of a base class excepts to be overridden in a derived class.
a) constructor function
b) virtual function
c) destructor function
d) none of these
The ability of diverse types to respond to functions of same name is called…….
a) polymorphism
b) inheritance
c) encapsulation
d) none of these
The behavior of the object can be implemented at run time is
called…….
a) late binding
b) dynamic binding
c) both a & b
d) none of these
Which of the following function is used to implement polymorphism in OOP?
a) normal function
b) virtual function
c) pure virtual function
d) all of these
Which of the following concepts are achieved by one of the following?
a) function overloading
b) operator overloading
c) virtual function
d) all of these
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