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
Write about the retrieval of n number of objects during the process of delete[]p?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the difference between a template and a macro?
What is std namespace in c++?
What is a multiset c++?
Explain the differences between private, public and protected and give examples.
What is singleton pattern in c++?
What does floor mean in c++?
How a new operator differs from the operator new?
Write a program to concatenate two strings.
What is enum c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Which c++ compiler is best?
What are smart pointers?
What do you mean by overhead in c++?