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 / richa
Late Binding
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why are arrays usually processed with for loop?
Should a constructor be public or private?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Define linked lists with the help of an example.
What is c++ try block?
What is the full form of india?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
How do you declare A pointer to a function which receives nothing and returns nothing
What does flush do?
What is scope resolution operator in c++ with example?
What is c++ array?
Which format specifier is used for printing a pointer value?
Is it possible to write a c++ template to check for a function's existence?
What is &x in c++?
Is overriding possible in c++?