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 / leo theboss
Metamorphism
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Does improper inheritance have a potential to wreck a project?
Is c++ the hardest programming language?
What is the use of vtable?
What is constructor and destructor in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
If I is an integer variable, which is faster ++i or i++?
Is facebook written in c++?
How does atoi function work?
Should I learn c or c++ first?
What is rvalue?
What are the advantages of using const reference arguments in a function?
Why c++ is so important?
What are advantages of using friend classes?
What are friend classes? What are advantages of using friend classes?
Define pure virtual function?