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
What does return 0 do in c++?
Why is standard template library used?
When does a name clash occur in c++?
What is the protected keyword used for?
What are the types of container classes?
Differentiate between a constructor and a destructor in c++.
Explain virtual class?
What is the syntax for a for loop?
Which is not a valid keyword a) public b) protected c) guarded
How long will it take to learn programming?
Define a pointer to a data member of the type pointer to pointer?
What do you mean by a template?
Define namespace in c++?
What is function prototyping?
What are shallow and deep copy?