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
Is c++ low level?
How does a C++ structure differ from a C++ class?
what is Member Functions in Classes?
What is different in C++, compare with unix?
If all is successful, what should main return a) 0 b) 1 c) void
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What are different types of loops in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What do you understand by zombie objects in c++?
What is implicit pointer in c++?
What are function prototypes?
Explain how a pointer to function can be declared in C++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Explain the purpose of the keyword volatile.
Const char *p , char const *p What is the difference between the above two?