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
Do you know what is overriding?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is binary search in c++?
Explain Memory Allocation in C/C++ ?
How can a struct in c++ differs from a struct in c?
What is the use of cmath in c++?
How do I run a program in notepad ++?
How to get the current position of the file pointer?
What does floor mean in c++?
What is the full form of c++?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What would happen on forgetting [], while deallocating an array through new? What is the correct syntax for inheritance
a) class aclass : public superclass
b) class aclass inherit superclass
c) class aclass <-superclass What are exceptions c++? Define the process of handling in case of destructor failure?