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 / guest
Late binding
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write a struct time where integer m, h, s are its members?
Describe private, protected and public – the differences and give examples.
Is c or c++ more useful?
What is the use of seekg in c++?
Should you pass exceptions by value or by reference?
How to allocate memory dynamically for a reference?
What is the extraction operator and what does it do?
What is the difference between the indirection operator and the address of oper-ator?
Difference between pass by value and pass by reference?
Can we use clrscr in c++?
How would you use the functions memcpy(), memset(), memmove()?
Is c++ proprietary?
Are c and c++ similar?
What is endl?
What is unary operator? List out the different operators involved in the unary operator.