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 syntax to define friend functions in C++.
List the advantages of inheritance.
What is a static member?
Can a program run without main function?
Program to check whether a word is a sub-string or not of a string typed
Explain terminate() function?
What is the difference between public and private data members?
What is the use of turbo c++?
What is using namespace std in cpp?
What is a set in c++?
When do we run a shell in the unix system?
When do we run a shell in the unix system? How will you tell which shell you are running?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is a tree in c++?
What is the auto keyword good for in c++?