The "virtual" specifier in a member function enables which
one of the following?
a) Monmorphism
b) Late binding
c) Metamorphism
d) Solomorphism
e) Inheritance

Answer Posted / richa

Late Binding

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define a constructor - what it is and how it might be called (2 methods)?

695


Why is c++ awesome?

659


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

718


Which should be more useful: the protected and public virtuals?

680


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

723






Explain the purpose of the keyword volatile.

727


What things would you remember while making an interface?

666


What is setbase c++?

726


What does it mean to declare a member function as virtual?

667


How to tokenize a string in c++?

691


What is the use of object in c++?

684


Why is "using namespace std;" considered bad practice?

745


What is function declaration in c++ with example?

617


Is c++ low level?

694


What is data abstraction? How is it different from data encapsulation?

617