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
Is oops and c++ same?
Difference between delete and free.
What is c++ array?
Explain overriding.
what you know about c++?
What will the line of code below print out and why?
Which bitwise operator is used to check whether a particular bit is on or off?
How much maximum can you allocate in a single call to malloc()?
what does the following statement mean? int (*a)[4]
what do you mean by volatile variable?
What is the real purpose of class – to export data?
What are pointer-to-members in C++? Give their syntax.
What is void pointer in c++ with example?
What should main() return in c and c++?
Explain Memory Allocation in C/C++ ?