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
How are virtual functions implemented in c++?
Explain the difference between realloc() and free() in c++?
What is std :: endl?
Explain the difference between overloading and overriding?
What is #include sstream?
Give 10 points of differences between C & C++.
How come you find out if a linked-list is a cycle or not?
If you don’t declare a return value, what type of return value is assumed?
What are the types of pointer?
What is general form of pure virtual function? Explain?
What are disadvantages of pointers?
Why c++ is so important?
Can manipulators fall in love?
Why c++ is faster than java?
What is the use of vtable?