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
Define a constructor - what it is and how it might be called (2 methods)?
Why is c++ awesome?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Which should be more useful: the protected and public virtuals?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Explain the purpose of the keyword volatile.
What things would you remember while making an interface?
What is setbase c++?
What does it mean to declare a member function as virtual?
How to tokenize a string in c++?
What is the use of object in c++?
Why is "using namespace std;" considered bad practice?
What is function declaration in c++ with example?
Is c++ low level?
What is data abstraction? How is it different from data encapsulation?