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 / monica
Inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of c++?
program explaining feautures of c++
What is rvalue?
What is purpose of abstract class?
Write a program which uses functions like strcmp(), strcpy()? etc
What is the difference between c++ and turbo c++?
Explain the concept of memory leak?
What do manipulators do?
What is vector processing?
What is constructor in C++?
Can we define function inside main in c++?
What is istream and ostream in c++?
Can char be a number c++?
Keyword mean in declaration?
What problems might the following macro bring to the application?