The "virtual" specifier in a member function enables which
one of the following?
a) Monmorphism
b) Late binding
c) Metamorphism
d) Solomorphism
e) Inheritance
Answers were Sorted based on User's Feedback
Explain the uses of static class data?
Explain stack unwinding.
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are friend functions in C++?
What are proxy objects in c++?
how to find the maximum of 10 numbers ?
Write the program for fibonacci in c++?
Is c++ map a hash table?
When do you call copy constructors?
Why is c++ is better than c?
What is general format for a prototype?
What is the function of the keyword ‘volatile’ in C++?