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 / guest
Late binding
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Explain how the virtual base class is different from the conventional base classes of the opps.
How do you flush a buffer in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
what is oops and list its features in c++?
What is array in c++ pdf?
What is the main function c++?
Is map thread safe c++?
Explain what is polymorphism in c++?
What is prototype in c++ with example?
What is a tree in c++?
When do we use copy constructors?
What are references in c++? What is a local reference?
Should a constructor be public or private?
What are multiple inheritances (virtual inheritance)?